#C66112

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

Shades of Chocolate #C66112

Tints of Chocolate #C66112

Color information

#C66112 (or 0xC66112) is unknown color: approx Chocolate. HEX triplet: C6, 61 and 12. RGB value is (198,97,18). Sum of RGB (Red+Green+Blue) = 198+97+18=313 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.26% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 18 (7.42% from 255 or 5.75% from 313); Max value from RGB is 198 - color contains mainly: red. Hex color #C66112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66112 is #399EED. Grayscale: #767676. Windows color (decimal): -3776238 or 1204678. OLE color: 1204678.

HSL color Cylindrical-coordinate representation of color #C66112: hue angle of 26.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 #C66112 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB1989718-
CMYK00.510.910.22
HSL26.33º83.33%42.35%-
HSV(B)26.33º90.91%77.65%-
XYZ27.6720.63.09-
YUV118.1971.46184.92-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 63.26%
GREEN value IS 97 (38.28% from 255) = 30.99%
BLUE value IS 18 (7.42% from 255) = 5.75%
R=63.26%
G=30.99%
B=5.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.91
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198971800.510.910.2226.3383.3342.35
HexC661120335B161a532a
Octal30614122063133263212352
Binary110001101100001100100110011101101110110110101010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66112; }

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

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

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

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

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

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

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

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