Shades of Chocolate #C86016
Tints of Chocolate #C86016
RGB
CMYK
RGB Variations
Color information
#C86016 (or 0xC86016) is known color: Chocolate. HEX triplet: C8, 60 and 16. RGB value is (200,96,22). Sum of RGB (Red+Green+Blue) = 200+96+22=318 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.89% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 22 (8.98% from 255 or 6.92% from 318); Max value from RGB is 200 - color contains mainly: red. Hex color #C86016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86016 is #379FE9. Grayscale: #777777. Windows color (decimal): -3645418 or 1466568. OLE color: 1466568.
HSL color Cylindrical-coordinate representation of color #C86016: hue angle of 24.94º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C86016 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 96 | 22 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.22 |
| HSL | 24.94º | 0.8% | 0.44% | - |
| HSV(B) | 24.94º | 0.89% | 0.78% | - |
| XYZ | 28.15 | 20.7 | 3.27 | - |
| YUV | 118.66 | 73.46 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 96 | 22 | 0 | 0.52 | 0.89 | 0.22 | 24.94 | 0.8 | 0.44 |
| Hex | C8 | 60 | 16 | 0 | 34 | 59 | 16 | 19 | 50 | 2C |
| Octal | 310 | 140 | 26 | 0 | 64 | 131 | 26 | 31 | 120 | 54 |
| Binary | 11001000 | 1100000 | 10110 | 0 | 110100 | 1011001 | 10110 | 11001 | 1010000 | 101100 |
Color Harmonies of #C86016
Complementary color
Monochromatic Colors of #C86016
Black with #C86016
Text Example
Text Example
White with #C86016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86016; }
p { color: rgb(200,96,22); }
H1.HeaderClassName
{
color: #C86016;
}
.AnyTagClassName
{
color: #C86016;
}
</style>
background-color css
<style>
a { background-color: #C86016; }
a { background-color: rgb(200,96,22); }
div.DivClassName
{
background-color: #C86016;
}
.BgClassName
{
background-color: #C86016;
}
</style>
border-color css
<style>
span { border-color: #C86016; }
span { border-color: rgb(200,96,22); }
td.TdClassName
{
border-color: #C86016;
}
.TagClassName
{
border-color: #C86016;
}
</style>