#C96D20

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

Shades of Chocolate #C96D20

Tints of Chocolate #C96D20

Color information

#C96D20 (or 0xC96D20) is unknown color: approx Chocolate. HEX triplet: C9, 6D and 20. RGB value is (201,109,32). Sum of RGB (Red+Green+Blue) = 201+109+32=342 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.77% from 342); Green value is 109 (42.97% from 255 or 31.87% from 342); Blue value is 32 (12.89% from 255 or 9.36% from 342); Max value from RGB is 201 - color contains mainly: red. Hex color #C96D20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96D20 is #3692DF. Grayscale: #808080. Windows color (decimal): -3576544 or 2125257. OLE color: 2125257.

HSL color Cylindrical-coordinate representation of color #C96D20: hue angle of 27.34º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C96D20 is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB20110932-
CMYK00.460.840.21
HSL27.34º72.53%45.69%-
HSV(B)27.34º84.08%78.82%-
XYZ29.8223.464.32-
YUV127.7373.98180.26-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 58.77%
GREEN value IS 109 (42.97% from 255) = 31.87%
BLUE value IS 32 (12.89% from 255) = 9.36%
R=58.77%
G=31.87%
B=9.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.84
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011093200.460.840.2127.3472.5345.69
HexC96D2002E54151b492e
Octal31115540056124253311156
Binary1100100111011011000000101110101010010101110111001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96D20; }

 p { color: rgb(201,109,32); }

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

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

 a { background-color: rgb(201,109,32); }

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

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

 span { border-color: rgb(201,109,32); }

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