#C06419

Color #C06419 Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #C06419

Tints of Chocolate #C06419

Color information

#C06419 (or 0xC06419) is unknown color: approx Chocolate. HEX triplet: C0, 64 and 19. RGB value is (192,100,25). Sum of RGB (Red+Green+Blue) = 192+100+25=317 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.57% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 25 (10.16% from 255 or 7.89% from 317); Max value from RGB is 192 - color contains mainly: red. Hex color #C06419 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06419 is #3F9BE6. Grayscale: #777777. Windows color (decimal): -4168679 or 1664192. OLE color: 1664192.

HSL color Cylindrical-coordinate representation of color #C06419: hue angle of 26.95º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C06419 is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB19210025-
CMYK00.480.870.25
HSL26.95º76.96%42.55%-
HSV(B)26.95º86.98%75.29%-
XYZ26.4720.393.46-
YUV118.9674.98180.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 60.57%
GREEN value IS 100 (39.45% from 255) = 31.55%
BLUE value IS 25 (10.16% from 255) = 7.89%
R=60.57%
G=31.55%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921002500.480.870.2526.9576.9642.55
HexC0641903057191b4d2b
Octal30014431060127313311553
Binary110000001100100110010110000101011111001110111001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06419; }

 p { color: rgb(192,100,25); }

 H1.HeaderClassName
 {
   color: #C06419;
 }
 .AnyTagClassName
 {
   color: #C06419;
 }
</style>
background-color css

<style>
 a { background-color: #C06419; }

 a { background-color: rgb(192,100,25); }

 div.DivClassName
 {
   background-color: #C06419;
 }
 .BgClassName
 {
   background-color: #C06419;
 }
</style>
border-color css

<style>
 span { border-color: #C06419; }

 span { border-color: rgb(192,100,25); }

 td.TdClassName
 {
   border-color: #C06419;
 }
 .TagClassName
 {
   border-color: #C06419;
 }
</style>