#C96E08

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

Shades of Chocolate #C96E08

Tints of Chocolate #C96E08

Color information

#C96E08 (or 0xC96E08) is unknown color: approx Chocolate. HEX triplet: C9, 6E and 08. RGB value is (201,110,8). Sum of RGB (Red+Green+Blue) = 201+110+8=319 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.01% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 8 (3.52% from 255 or 2.51% from 319); Max value from RGB is 201 - color contains mainly: red. Hex color #C96E08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96E08 is #3691F7. Grayscale: #7E7E7E. Windows color (decimal): -3576312 or 552649. OLE color: 552649.

HSL color Cylindrical-coordinate representation of color #C96E08: hue angle of 31.71º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C96E08 is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB2011108-
CMYK00.450.960.21
HSL31.71º92.34%40.98%-
HSV(B)31.71º96.02%78.82%-
XYZ29.7123.593.22-
YUV125.5861.65181.79-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 63.01%
GREEN value IS 110 (43.36% from 255) = 34.48%
BLUE value IS 8 (3.52% from 255) = 2.51%
R=63.01%
G=34.48%
B=2.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.96
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201110800.450.960.2131.7192.3440.98
HexC96E802D6015205c29
Octal31115610055140254013451
Binary110010011101110100001011011100000101011000001011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96E08; }

 p { color: rgb(201,110,8); }

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

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

 a { background-color: rgb(201,110,8); }

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

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

 span { border-color: rgb(201,110,8); }

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