#C96F08

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

Shades of Chocolate #C96F08

Tints of Chocolate #C96F08

Color information

#C96F08 (or 0xC96F08) is unknown color: approx Chocolate. HEX triplet: C9, 6F and 08. RGB value is (201,111,8). Sum of RGB (Red+Green+Blue) = 201+111+8=320 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.81% from 320); Green value is 111 (43.75% from 255 or 34.69% from 320); Blue value is 8 (3.52% from 255 or 2.5% from 320); Max value from RGB is 201 - color contains mainly: red. Hex color #C96F08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96F08 is #3690F7. Grayscale: #7E7E7E. Windows color (decimal): -3576056 or 552905. OLE color: 552905.

HSL color Cylindrical-coordinate representation of color #C96F08: hue angle of 32.02º 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 #C96F08 is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB2011118-
CMYK00.450.960.21
HSL32.02º92.34%40.98%-
HSV(B)32.02º96.02%78.82%-
XYZ29.8223.83.25-
YUV126.1761.32181.38-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 62.81%
GREEN value IS 111 (43.75% from 255) = 34.69%
BLUE value IS 8 (3.52% from 255) = 2.5%
R=62.81%
G=34.69%
B=2.5%

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
Decimal201111800.450.960.2132.0292.3440.98
HexC96F802D6015205c29
Octal31115710055140254013451
Binary110010011101111100001011011100000101011000001011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96F08; }

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

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

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

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

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

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

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

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