Shades of Chocolate #C96A17
Tints of Chocolate #C96A17
RGB
CMYK
RGB Variations
Color information
#C96A17 (or 0xC96A17) is known color: Chocolate. HEX triplet: C9, 6A and 17. RGB value is (201,106,23). Sum of RGB (Red+Green+Blue) = 201+106+23=330 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.91% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 23 (9.38% from 255 or 6.97% from 330); Max value from RGB is 201 - color contains mainly: red. Hex color #C96A17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96A17 is #3695E8. Grayscale: #7D7D7D. Windows color (decimal): -3577321 or 1534665. OLE color: 1534665.
HSL color Cylindrical-coordinate representation of color #C96A17: hue angle of 27.98º 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 #C96A17 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 106 | 23 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.21 |
| HSL | 27.98º | 0.79% | 0.44% | - |
| HSV(B) | 27.98º | 0.89% | 0.79% | - |
| XYZ | 29.4 | 22.79 | 3.66 | - |
| YUV | 124.94 | 70.47 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 106 | 23 | 0 | 0.47 | 0.89 | 0.21 | 27.98 | 0.79 | 0.44 |
| Hex | C9 | 6A | 17 | 0 | 2F | 59 | 15 | 1C | 4F | 2C |
| Octal | 311 | 152 | 27 | 0 | 57 | 131 | 25 | 34 | 117 | 54 |
| Binary | 11001001 | 1101010 | 10111 | 0 | 101111 | 1011001 | 10101 | 11100 | 1001111 | 101100 |
Color Harmonies of #C96A17
Complementary color
Monochromatic Colors of #C96A17
Black with #C96A17
Text Example
Text Example
White with #C96A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96A17; }
p { color: rgb(201,106,23); }
H1.HeaderClassName
{
color: #C96A17;
}
.AnyTagClassName
{
color: #C96A17;
}
</style>
background-color css
<style>
a { background-color: #C96A17; }
a { background-color: rgb(201,106,23); }
div.DivClassName
{
background-color: #C96A17;
}
.BgClassName
{
background-color: #C96A17;
}
</style>
border-color css
<style>
span { border-color: #C96A17; }
span { border-color: rgb(201,106,23); }
td.TdClassName
{
border-color: #C96A17;
}
.TagClassName
{
border-color: #C96A17;
}
</style>