Shades of Chocolate #C96B16
Tints of Chocolate #C96B16
RGB
CMYK
RGB Variations
Color information
#C96B16 (or 0xC96B16) is known color: Chocolate. HEX triplet: C9, 6B and 16. RGB value is (201,107,22). Sum of RGB (Red+Green+Blue) = 201+107+22=330 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.91% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 22 (8.98% from 255 or 6.67% from 330); Max value from RGB is 201 - color contains mainly: red. Hex color #C96B16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96B16 is #3694E9. Grayscale: #7D7D7D. Windows color (decimal): -3577066 or 1469385. OLE color: 1469385.
HSL color Cylindrical-coordinate representation of color #C96B16: hue angle of 28.49º degrees, saturation: 0.8, 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 #C96B16 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 107 | 22 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.21 |
| HSL | 28.49º | 0.8% | 0.44% | - |
| HSV(B) | 28.49º | 0.89% | 0.79% | - |
| XYZ | 29.49 | 22.99 | 3.64 | - |
| YUV | 125.42 | 69.64 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 107 | 22 | 0 | 0.47 | 0.89 | 0.21 | 28.49 | 0.8 | 0.44 |
| Hex | C9 | 6B | 16 | 0 | 2F | 59 | 15 | 1C | 50 | 2C |
| Octal | 311 | 153 | 26 | 0 | 57 | 131 | 25 | 34 | 120 | 54 |
| Binary | 11001001 | 1101011 | 10110 | 0 | 101111 | 1011001 | 10101 | 11100 | 1010000 | 101100 |
Color Harmonies of #C96B16
Complementary color
Monochromatic Colors of #C96B16
Black with #C96B16
Text Example
Text Example
White with #C96B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96B16; }
p { color: rgb(201,107,22); }
H1.HeaderClassName
{
color: #C96B16;
}
.AnyTagClassName
{
color: #C96B16;
}
</style>
background-color css
<style>
a { background-color: #C96B16; }
a { background-color: rgb(201,107,22); }
div.DivClassName
{
background-color: #C96B16;
}
.BgClassName
{
background-color: #C96B16;
}
</style>
border-color css
<style>
span { border-color: #C96B16; }
span { border-color: rgb(201,107,22); }
td.TdClassName
{
border-color: #C96B16;
}
.TagClassName
{
border-color: #C96B16;
}
</style>