Shades of Chocolate #C96B24
Tints of Chocolate #C96B24
RGB
CMYK
RGB Variations
Color information
#C96B24 (or 0xC96B24) is known color: Chocolate. HEX triplet: C9, 6B and 24. RGB value is (201,107,36). Sum of RGB (Red+Green+Blue) = 201+107+36=344 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.43% from 344); Green value is 107 (42.19% from 255 or 31.10% from 344); Blue value is 36 (14.45% from 255 or 10.47% from 344); Max value from RGB is 201 - color contains mainly: red. Hex color #C96B24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96B24 is #3694DB. Grayscale: #7F7F7F. Windows color (decimal): -3577052 or 2386889. OLE color: 2386889.
HSL color Cylindrical-coordinate representation of color #C96B24: hue angle of 25.82º 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 #C96B24 is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 107 | 36 | - |
| CMYK | 0 | 0.47 | 0.82 | 0.21 |
| HSL | 25.82º | 0.7% | 0.46% | - |
| HSV(B) | 25.82º | 0.82% | 0.79% | - |
| XYZ | 29.66 | 23.06 | 4.56 | - |
| YUV | 127.01 | 76.64 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 107 | 36 | 0 | 0.47 | 0.82 | 0.21 | 25.82 | 0.7 | 0.46 |
| Hex | C9 | 6B | 24 | 0 | 2F | 52 | 15 | 1A | 46 | 2E |
| Octal | 311 | 153 | 44 | 0 | 57 | 122 | 25 | 32 | 106 | 56 |
| Binary | 11001001 | 1101011 | 100100 | 0 | 101111 | 1010010 | 10101 | 11010 | 1000110 | 101110 |
Color Harmonies of #C96B24
Complementary color
Monochromatic Colors of #C96B24
Black with #C96B24
Text Example
Text Example
White with #C96B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96B24; }
p { color: rgb(201,107,36); }
H1.HeaderClassName
{
color: #C96B24;
}
.AnyTagClassName
{
color: #C96B24;
}
</style>
background-color css
<style>
a { background-color: #C96B24; }
a { background-color: rgb(201,107,36); }
div.DivClassName
{
background-color: #C96B24;
}
.BgClassName
{
background-color: #C96B24;
}
</style>
border-color css
<style>
span { border-color: #C96B24; }
span { border-color: rgb(201,107,36); }
td.TdClassName
{
border-color: #C96B24;
}
.TagClassName
{
border-color: #C96B24;
}
</style>