#C66412

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

Shades of Chocolate #C66412

Tints of Chocolate #C66412

Color information

#C66412 (or 0xC66412) is unknown color: approx Chocolate. HEX triplet: C6, 64 and 12. RGB value is (198,100,18). Sum of RGB (Red+Green+Blue) = 198+100+18=316 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.66% from 316); Green value is 100 (39.45% from 255 or 31.65% from 316); Blue value is 18 (7.42% from 255 or 5.70% from 316); Max value from RGB is 198 - color contains mainly: red. Hex color #C66412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66412 is #399BED. Grayscale: #787878. Windows color (decimal): -3775470 or 1205446. OLE color: 1205446.

HSL color Cylindrical-coordinate representation of color #C66412: hue angle of 27.33º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C66412 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB19810018-
CMYK00.490.910.22
HSL27.33º83.33%42.35%-
HSV(B)27.33º90.91%77.65%-
XYZ27.9621.163.18-
YUV119.9570.47183.67-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 62.66%
GREEN value IS 100 (39.45% from 255) = 31.65%
BLUE value IS 18 (7.42% from 255) = 5.70%
R=62.66%
G=31.65%
B=5.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.91
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981001800.490.910.2227.3383.3342.35
HexC664120315B161b532a
Octal30614422061133263312352
Binary110001101100100100100110001101101110110110111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66412; }

 p { color: rgb(198,100,18); }

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

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

 a { background-color: rgb(198,100,18); }

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

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

 span { border-color: rgb(198,100,18); }

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