Shades of Chocolate #C86416
Tints of Chocolate #C86416
RGB
CMYK
RGB Variations
Color information
#C86416 (or 0xC86416) is known color: Chocolate. HEX triplet: C8, 64 and 16. RGB value is (200,100,22). Sum of RGB (Red+Green+Blue) = 200+100+22=322 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.11% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 22 (8.98% from 255 or 6.83% from 322); Max value from RGB is 200 - color contains mainly: red. Hex color #C86416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86416 is #379BE9. Grayscale: #797979. Windows color (decimal): -3644394 or 1467592. OLE color: 1467592.
HSL color Cylindrical-coordinate representation of color #C86416: hue angle of 26.29º 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 #C86416 is Cyan = 0, Magento = 0.5, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 100 | 22 | - |
| CMYK | 0 | 0.5 | 0.89 | 0.22 |
| HSL | 26.29º | 0.8% | 0.44% | - |
| HSV(B) | 26.29º | 0.89% | 0.78% | - |
| XYZ | 28.52 | 21.45 | 3.4 | - |
| YUV | 121.01 | 72.13 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 100 | 22 | 0 | 0.5 | 0.89 | 0.22 | 26.29 | 0.8 | 0.44 |
| Hex | C8 | 64 | 16 | 0 | 32 | 59 | 16 | 1A | 50 | 2C |
| Octal | 310 | 144 | 26 | 0 | 62 | 131 | 26 | 32 | 120 | 54 |
| Binary | 11001000 | 1100100 | 10110 | 0 | 110010 | 1011001 | 10110 | 11010 | 1010000 | 101100 |
Color Harmonies of #C86416
Complementary color
Monochromatic Colors of #C86416
Black with #C86416
Text Example
Text Example
White with #C86416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86416; }
p { color: rgb(200,100,22); }
H1.HeaderClassName
{
color: #C86416;
}
.AnyTagClassName
{
color: #C86416;
}
</style>
background-color css
<style>
a { background-color: #C86416; }
a { background-color: rgb(200,100,22); }
div.DivClassName
{
background-color: #C86416;
}
.BgClassName
{
background-color: #C86416;
}
</style>
border-color css
<style>
span { border-color: #C86416; }
span { border-color: rgb(200,100,22); }
td.TdClassName
{
border-color: #C86416;
}
.TagClassName
{
border-color: #C86416;
}
</style>