Shades of Chocolate #C96A20
Tints of Chocolate #C96A20
RGB
CMYK
RGB Variations
Color information
#C96A20 (or 0xC96A20) is known color: Chocolate. HEX triplet: C9, 6A and 20. RGB value is (201,106,32). Sum of RGB (Red+Green+Blue) = 201+106+32=339 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.29% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 32 (12.89% from 255 or 9.44% from 339); Max value from RGB is 201 - color contains mainly: red. Hex color #C96A20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96A20 is #3695DF. Grayscale: #7E7E7E. Windows color (decimal): -3577312 or 2124489. OLE color: 2124489.
HSL color Cylindrical-coordinate representation of color #C96A20: hue angle of 26.27º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C96A20 is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 106 | 32 | - |
| CMYK | 0 | 0.47 | 0.84 | 0.21 |
| HSL | 26.27º | 0.73% | 0.46% | - |
| HSV(B) | 26.27º | 0.84% | 0.79% | - |
| XYZ | 29.5 | 22.83 | 4.22 | - |
| YUV | 125.97 | 74.97 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 106 | 32 | 0 | 0.47 | 0.84 | 0.21 | 26.27 | 0.73 | 0.46 |
| Hex | C9 | 6A | 20 | 0 | 2F | 54 | 15 | 1A | 49 | 2E |
| Octal | 311 | 152 | 40 | 0 | 57 | 124 | 25 | 32 | 111 | 56 |
| Binary | 11001001 | 1101010 | 100000 | 0 | 101111 | 1010100 | 10101 | 11010 | 1001001 | 101110 |
Color Harmonies of #C96A20
Complementary color
Monochromatic Colors of #C96A20
Black with #C96A20
Text Example
Text Example
White with #C96A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96A20; }
p { color: rgb(201,106,32); }
H1.HeaderClassName
{
color: #C96A20;
}
.AnyTagClassName
{
color: #C96A20;
}
</style>
background-color css
<style>
a { background-color: #C96A20; }
a { background-color: rgb(201,106,32); }
div.DivClassName
{
background-color: #C96A20;
}
.BgClassName
{
background-color: #C96A20;
}
</style>
border-color css
<style>
span { border-color: #C96A20; }
span { border-color: rgb(201,106,32); }
td.TdClassName
{
border-color: #C96A20;
}
.TagClassName
{
border-color: #C96A20;
}
</style>