Shades of Chocolate #C96C24
Tints of Chocolate #C96C24
RGB
CMYK
RGB Variations
Color information
#C96C24 (or 0xC96C24) is known color: Chocolate. HEX triplet: C9, 6C and 24. RGB value is (201,108,36). Sum of RGB (Red+Green+Blue) = 201+108+36=345 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.26% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 36 (14.45% from 255 or 10.43% from 345); Max value from RGB is 201 - color contains mainly: red. Hex color #C96C24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96C24 is #3693DB. Grayscale: #7F7F7F. Windows color (decimal): -3576796 or 2387145. OLE color: 2387145.
HSL color Cylindrical-coordinate representation of color #C96C24: hue angle of 26.18º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C96C24 is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 108 | 36 | - |
| CMYK | 0 | 0.46 | 0.82 | 0.21 |
| HSL | 26.18º | 0.7% | 0.46% | - |
| HSV(B) | 26.18º | 0.82% | 0.79% | - |
| XYZ | 29.77 | 23.27 | 4.59 | - |
| YUV | 127.6 | 76.31 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 108 | 36 | 0 | 0.46 | 0.82 | 0.21 | 26.18 | 0.7 | 0.46 |
| Hex | C9 | 6C | 24 | 0 | 2E | 52 | 15 | 1A | 46 | 2E |
| Octal | 311 | 154 | 44 | 0 | 56 | 122 | 25 | 32 | 106 | 56 |
| Binary | 11001001 | 1101100 | 100100 | 0 | 101110 | 1010010 | 10101 | 11010 | 1000110 | 101110 |
Color Harmonies of #C96C24
Complementary color
Monochromatic Colors of #C96C24
Black with #C96C24
Text Example
Text Example
White with #C96C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96C24; }
p { color: rgb(201,108,36); }
H1.HeaderClassName
{
color: #C96C24;
}
.AnyTagClassName
{
color: #C96C24;
}
</style>
background-color css
<style>
a { background-color: #C96C24; }
a { background-color: rgb(201,108,36); }
div.DivClassName
{
background-color: #C96C24;
}
.BgClassName
{
background-color: #C96C24;
}
</style>
border-color css
<style>
span { border-color: #C96C24; }
span { border-color: rgb(201,108,36); }
td.TdClassName
{
border-color: #C96C24;
}
.TagClassName
{
border-color: #C96C24;
}
</style>