Shades of Chocolate #C96310
Tints of Chocolate #C96310
RGB
CMYK
RGB Variations
Color information
#C96310 (or 0xC96310) is known color: Chocolate. HEX triplet: C9, 63 and 10. RGB value is (201,99,16). Sum of RGB (Red+Green+Blue) = 201+99+16=316 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.61% from 316); Green value is 99 (39.06% from 255 or 31.33% from 316); Blue value is 16 (6.64% from 255 or 5.06% from 316); Max value from RGB is 201 - color contains mainly: red. Hex color #C96310 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96310 is #369CEF. Grayscale: #787878. Windows color (decimal): -3579120 or 1074121. OLE color: 1074121.
HSL color Cylindrical-coordinate representation of color #C96310: hue angle of 26.92º 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 #C96310 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 99 | 16 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.21 |
| HSL | 26.92º | 0.85% | 0.43% | - |
| HSV(B) | 26.92º | 0.92% | 0.79% | - |
| XYZ | 28.64 | 21.38 | 3.11 | - |
| YUV | 120.04 | 69.29 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 99 | 16 | 0 | 0.51 | 0.92 | 0.21 | 26.92 | 0.85 | 0.43 |
| Hex | C9 | 63 | 10 | 0 | 33 | 5C | 15 | 1B | 55 | 2B |
| Octal | 311 | 143 | 20 | 0 | 63 | 134 | 25 | 33 | 125 | 53 |
| Binary | 11001001 | 1100011 | 10000 | 0 | 110011 | 1011100 | 10101 | 11011 | 1010101 | 101011 |
Color Harmonies of #C96310
Complementary color
Monochromatic Colors of #C96310
Black with #C96310
Text Example
Text Example
White with #C96310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96310; }
p { color: rgb(201,99,16); }
H1.HeaderClassName
{
color: #C96310;
}
.AnyTagClassName
{
color: #C96310;
}
</style>
background-color css
<style>
a { background-color: #C96310; }
a { background-color: rgb(201,99,16); }
div.DivClassName
{
background-color: #C96310;
}
.BgClassName
{
background-color: #C96310;
}
</style>
border-color css
<style>
span { border-color: #C96310; }
span { border-color: rgb(201,99,16); }
td.TdClassName
{
border-color: #C96310;
}
.TagClassName
{
border-color: #C96310;
}
</style>