Shades of Chocolate #C96D1F
Tints of Chocolate #C96D1F
RGB
CMYK
RGB Variations
Color information
#C96D1F (or 0xC96D1F) is known color: Chocolate. HEX triplet: C9, 6D and 1F. RGB value is (201,109,31). Sum of RGB (Red+Green+Blue) = 201+109+31=341 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.94% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 31 (12.5% from 255 or 9.09% from 341); Max value from RGB is 201 - color contains mainly: red. Hex color #C96D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96D1F is #3692E0. Grayscale: #808080. Windows color (decimal): -3576545 or 2059721. OLE color: 2059721.
HSL color Cylindrical-coordinate representation of color #C96D1F: hue angle of 27.53º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C96D1F is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 109 | 31 | - |
| CMYK | 0 | 0.46 | 0.85 | 0.21 |
| HSL | 27.53º | 0.73% | 0.45% | - |
| HSV(B) | 27.53º | 0.85% | 0.79% | - |
| XYZ | 29.8 | 23.45 | 4.25 | - |
| YUV | 127.62 | 73.48 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 109 | 31 | 0 | 0.46 | 0.85 | 0.21 | 27.53 | 0.73 | 0.45 |
| Hex | C9 | 6D | 1F | 0 | 2E | 55 | 15 | 1C | 49 | 2D |
| Octal | 311 | 155 | 37 | 0 | 56 | 125 | 25 | 34 | 111 | 55 |
| Binary | 11001001 | 1101101 | 11111 | 0 | 101110 | 1010101 | 10101 | 11100 | 1001001 | 101101 |
Color Harmonies of #C96D1F
Complementary color
Monochromatic Colors of #C96D1F
Black with #C96D1F
Text Example
Text Example
White with #C96D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96D1F; }
p { color: rgb(201,109,31); }
H1.HeaderClassName
{
color: #C96D1F;
}
.AnyTagClassName
{
color: #C96D1F;
}
</style>
background-color css
<style>
a { background-color: #C96D1F; }
a { background-color: rgb(201,109,31); }
div.DivClassName
{
background-color: #C96D1F;
}
.BgClassName
{
background-color: #C96D1F;
}
</style>
border-color css
<style>
span { border-color: #C96D1F; }
span { border-color: rgb(201,109,31); }
td.TdClassName
{
border-color: #C96D1F;
}
.TagClassName
{
border-color: #C96D1F;
}
</style>