Shades of Chocolate #C96C17
Tints of Chocolate #C96C17
RGB
CMYK
RGB Variations
Color information
#C96C17 (or 0xC96C17) is known color: Chocolate. HEX triplet: C9, 6C and 17. RGB value is (201,108,23). Sum of RGB (Red+Green+Blue) = 201+108+23=332 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.54% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 23 (9.38% from 255 or 6.93% from 332); Max value from RGB is 201 - color contains mainly: red. Hex color #C96C17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96C17 is #3693E8. Grayscale: #7E7E7E. Windows color (decimal): -3576809 or 1535177. OLE color: 1535177.
HSL color Cylindrical-coordinate representation of color #C96C17: hue angle of 28.65º 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 #C96C17 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 108 | 23 | - |
| CMYK | 0 | 0.46 | 0.89 | 0.21 |
| HSL | 28.65º | 0.79% | 0.44% | - |
| HSV(B) | 28.65º | 0.89% | 0.79% | - |
| XYZ | 29.6 | 23.2 | 3.73 | - |
| YUV | 126.12 | 69.81 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 108 | 23 | 0 | 0.46 | 0.89 | 0.21 | 28.65 | 0.79 | 0.44 |
| Hex | C9 | 6C | 17 | 0 | 2E | 59 | 15 | 1D | 4F | 2C |
| Octal | 311 | 154 | 27 | 0 | 56 | 131 | 25 | 35 | 117 | 54 |
| Binary | 11001001 | 1101100 | 10111 | 0 | 101110 | 1011001 | 10101 | 11101 | 1001111 | 101100 |
Color Harmonies of #C96C17
Complementary color
Monochromatic Colors of #C96C17
Black with #C96C17
Text Example
Text Example
White with #C96C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96C17; }
p { color: rgb(201,108,23); }
H1.HeaderClassName
{
color: #C96C17;
}
.AnyTagClassName
{
color: #C96C17;
}
</style>
background-color css
<style>
a { background-color: #C96C17; }
a { background-color: rgb(201,108,23); }
div.DivClassName
{
background-color: #C96C17;
}
.BgClassName
{
background-color: #C96C17;
}
</style>
border-color css
<style>
span { border-color: #C96C17; }
span { border-color: rgb(201,108,23); }
td.TdClassName
{
border-color: #C96C17;
}
.TagClassName
{
border-color: #C96C17;
}
</style>