Shades of Chocolate #C96D19
Tints of Chocolate #C96D19
RGB
CMYK
RGB Variations
Color information
#C96D19 (or 0xC96D19) is known color: Chocolate. HEX triplet: C9, 6D and 19. RGB value is (201,109,25). Sum of RGB (Red+Green+Blue) = 201+109+25=335 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 25 (10.16% from 255 or 7.46% from 335); Max value from RGB is 201 - color contains mainly: red. Hex color #C96D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96D19 is #3692E6. Grayscale: #7F7F7F. Windows color (decimal): -3576551 or 1666505. OLE color: 1666505.
HSL color Cylindrical-coordinate representation of color #C96D19: hue angle of 28.64º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C96D19 is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 109 | 25 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.21 |
| HSL | 28.64º | 0.78% | 0.44% | - |
| HSV(B) | 28.64º | 0.88% | 0.79% | - |
| XYZ | 29.73 | 23.42 | 3.87 | - |
| YUV | 126.93 | 70.48 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 109 | 25 | 0 | 0.46 | 0.88 | 0.21 | 28.64 | 0.78 | 0.44 |
| Hex | C9 | 6D | 19 | 0 | 2E | 58 | 15 | 1D | 4E | 2C |
| Octal | 311 | 155 | 31 | 0 | 56 | 130 | 25 | 35 | 116 | 54 |
| Binary | 11001001 | 1101101 | 11001 | 0 | 101110 | 1011000 | 10101 | 11101 | 1001110 | 101100 |
Color Harmonies of #C96D19
Complementary color
Monochromatic Colors of #C96D19
Black with #C96D19
Text Example
Text Example
White with #C96D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96D19; }
p { color: rgb(201,109,25); }
H1.HeaderClassName
{
color: #C96D19;
}
.AnyTagClassName
{
color: #C96D19;
}
</style>
background-color css
<style>
a { background-color: #C96D19; }
a { background-color: rgb(201,109,25); }
div.DivClassName
{
background-color: #C96D19;
}
.BgClassName
{
background-color: #C96D19;
}
</style>
border-color css
<style>
span { border-color: #C96D19; }
span { border-color: rgb(201,109,25); }
td.TdClassName
{
border-color: #C96D19;
}
.TagClassName
{
border-color: #C96D19;
}
</style>