Shades of Chocolate #C96417
Tints of Chocolate #C96417
RGB
CMYK
RGB Variations
Color information
#C96417 (or 0xC96417) is known color: Chocolate. HEX triplet: C9, 64 and 17. RGB value is (201,100,23). Sum of RGB (Red+Green+Blue) = 201+100+23=324 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.04% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 23 (9.38% from 255 or 7.10% from 324); Max value from RGB is 201 - color contains mainly: red. Hex color #C96417 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96417 is #369BE8. Grayscale: #797979. Windows color (decimal): -3578857 or 1533129. OLE color: 1533129.
HSL color Cylindrical-coordinate representation of color #C96417: hue angle of 25.96º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C96417 is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 100 | 23 | - |
| CMYK | 0 | 0.50 | 0.89 | 0.21 |
| HSL | 25.96º | 0.79% | 0.44% | - |
| HSV(B) | 25.96º | 0.89% | 0.79% | - |
| XYZ | 28.8 | 21.59 | 3.46 | - |
| YUV | 121.42 | 72.46 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 100 | 23 | 0 | 0.50 | 0.89 | 0.21 | 25.96 | 0.79 | 0.44 |
| Hex | C9 | 64 | 17 | 0 | 32 | 59 | 15 | 1A | 4F | 2C |
| Octal | 311 | 144 | 27 | 0 | 62 | 131 | 25 | 32 | 117 | 54 |
| Binary | 11001001 | 1100100 | 10111 | 0 | 110010 | 1011001 | 10101 | 11010 | 1001111 | 101100 |
Color Harmonies of #C96417
Complementary color
Monochromatic Colors of #C96417
Black with #C96417
Text Example
Text Example
White with #C96417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96417; }
p { color: rgb(201,100,23); }
H1.HeaderClassName
{
color: #C96417;
}
.AnyTagClassName
{
color: #C96417;
}
</style>
background-color css
<style>
a { background-color: #C96417; }
a { background-color: rgb(201,100,23); }
div.DivClassName
{
background-color: #C96417;
}
.BgClassName
{
background-color: #C96417;
}
</style>
border-color css
<style>
span { border-color: #C96417; }
span { border-color: rgb(201,100,23); }
td.TdClassName
{
border-color: #C96417;
}
.TagClassName
{
border-color: #C96417;
}
</style>