Shades of Chocolate #C96D0E
Tints of Chocolate #C96D0E
RGB
CMYK
RGB Variations
Color information
#C96D0E (or 0xC96D0E) is known color: Chocolate. HEX triplet: C9, 6D and 0E. RGB value is (201,109,14). Sum of RGB (Red+Green+Blue) = 201+109+14=324 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.04% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 14 (5.86% from 255 or 4.32% from 324); Max value from RGB is 201 - color contains mainly: red. Hex color #C96D0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96D0E is #3692F1. Grayscale: #7E7E7E. Windows color (decimal): -3576562 or 945609. OLE color: 945609.
HSL color Cylindrical-coordinate representation of color #C96D0E: hue angle of 30.48º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C96D0E is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 109 | 14 | - |
| CMYK | 0 | 0.46 | 0.93 | 0.21 |
| HSL | 30.48º | 0.87% | 0.42% | - |
| HSV(B) | 30.48º | 0.93% | 0.79% | - |
| XYZ | 29.64 | 23.39 | 3.37 | - |
| YUV | 125.68 | 64.98 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 109 | 14 | 0 | 0.46 | 0.93 | 0.21 | 30.48 | 0.87 | 0.42 |
| Hex | C9 | 6D | E | 0 | 2E | 5D | 15 | 1E | 57 | 2A |
| Octal | 311 | 155 | 16 | 0 | 56 | 135 | 25 | 36 | 127 | 52 |
| Binary | 11001001 | 1101101 | 1110 | 0 | 101110 | 1011101 | 10101 | 11110 | 1010111 | 101010 |
Color Harmonies of #C96D0E
Complementary color
Monochromatic Colors of #C96D0E
Black with #C96D0E
Text Example
Text Example
White with #C96D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96D0E; }
p { color: rgb(201,109,14); }
H1.HeaderClassName
{
color: #C96D0E;
}
.AnyTagClassName
{
color: #C96D0E;
}
</style>
background-color css
<style>
a { background-color: #C96D0E; }
a { background-color: rgb(201,109,14); }
div.DivClassName
{
background-color: #C96D0E;
}
.BgClassName
{
background-color: #C96D0E;
}
</style>
border-color css
<style>
span { border-color: #C96D0E; }
span { border-color: rgb(201,109,14); }
td.TdClassName
{
border-color: #C96D0E;
}
.TagClassName
{
border-color: #C96D0E;
}
</style>