#C96D13

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

Shades of Chocolate #C96D13

Tints of Chocolate #C96D13

Color information

#C96D13 (or 0xC96D13) is unknown color: approx Chocolate. HEX triplet: C9, 6D and 13. RGB value is (201,109,19). Sum of RGB (Red+Green+Blue) = 201+109+19=329 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.09% from 329); Green value is 109 (42.97% from 255 or 33.13% from 329); Blue value is 19 (7.81% from 255 or 5.78% from 329); Max value from RGB is 201 - color contains mainly: red. Hex color #C96D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96D13 is #3692EC. Grayscale: #7E7E7E. Windows color (decimal): -3576557 or 1273289. OLE color: 1273289.

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

Color convert

RGB20110919-
CMYK00.460.910.21
HSL29.67º82.73%43.14%-
HSV(B)29.67º90.55%78.82%-
XYZ29.6723.43.57-
YUV126.2567.48181.32-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 61.09%
GREEN value IS 109 (42.97% from 255) = 33.13%
BLUE value IS 19 (7.81% from 255) = 5.78%
R=61.09%
G=33.13%
B=5.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.91
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011091900.460.910.2129.6782.7343.14
HexC96D1302E5B151e532b
Octal31115523056133253612353
Binary110010011101101100110101110101101110101111101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96D13; }

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

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

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

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

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

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

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

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