Shades of Chocolate #C96A10
Tints of Chocolate #C96A10
RGB
CMYK
RGB Variations
Color information
#C96A10 (or 0xC96A10) is known color: Chocolate. HEX triplet: C9, 6A and 10. RGB value is (201,106,16). Sum of RGB (Red+Green+Blue) = 201+106+16=323 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.23% from 323); Green value is 106 (41.80% from 255 or 32.82% from 323); Blue value is 16 (6.64% from 255 or 4.95% from 323); Max value from RGB is 201 - color contains mainly: red. Hex color #C96A10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96A10 is #3695EF. Grayscale: #7C7C7C. Windows color (decimal): -3577328 or 1075913. OLE color: 1075913.
HSL color Cylindrical-coordinate representation of color #C96A10: hue angle of 29.19º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C96A10 is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 106 | 16 | - |
| CMYK | 0 | 0.47 | 0.92 | 0.21 |
| HSL | 29.19º | 0.85% | 0.43% | - |
| HSV(B) | 29.19º | 0.92% | 0.79% | - |
| XYZ | 29.33 | 22.76 | 3.34 | - |
| YUV | 124.15 | 66.97 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 106 | 16 | 0 | 0.47 | 0.92 | 0.21 | 29.19 | 0.85 | 0.43 |
| Hex | C9 | 6A | 10 | 0 | 2F | 5C | 15 | 1D | 55 | 2B |
| Octal | 311 | 152 | 20 | 0 | 57 | 134 | 25 | 35 | 125 | 53 |
| Binary | 11001001 | 1101010 | 10000 | 0 | 101111 | 1011100 | 10101 | 11101 | 1010101 | 101011 |
Color Harmonies of #C96A10
Complementary color
Monochromatic Colors of #C96A10
Black with #C96A10
Text Example
Text Example
White with #C96A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96A10; }
p { color: rgb(201,106,16); }
H1.HeaderClassName
{
color: #C96A10;
}
.AnyTagClassName
{
color: #C96A10;
}
</style>
background-color css
<style>
a { background-color: #C96A10; }
a { background-color: rgb(201,106,16); }
div.DivClassName
{
background-color: #C96A10;
}
.BgClassName
{
background-color: #C96A10;
}
</style>
border-color css
<style>
span { border-color: #C96A10; }
span { border-color: rgb(201,106,16); }
td.TdClassName
{
border-color: #C96A10;
}
.TagClassName
{
border-color: #C96A10;
}
</style>