Shades of Chocolate #C86916
Tints of Chocolate #C86916
RGB
CMYK
RGB Variations
Color information
#C86916 (or 0xC86916) is known color: Chocolate. HEX triplet: C8, 69 and 16. RGB value is (200,105,22). Sum of RGB (Red+Green+Blue) = 200+105+22=327 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.16% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 22 (8.98% from 255 or 6.73% from 327); Max value from RGB is 200 - color contains mainly: red. Hex color #C86916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86916 is #3796E9. Grayscale: #7C7C7C. Windows color (decimal): -3643114 or 1468872. OLE color: 1468872.
HSL color Cylindrical-coordinate representation of color #C86916: hue angle of 27.98º 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 #C86916 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 105 | 22 | - |
| CMYK | 0 | 0.48 | 0.89 | 0.22 |
| HSL | 27.98º | 0.8% | 0.44% | - |
| HSV(B) | 27.98º | 0.89% | 0.78% | - |
| XYZ | 29.02 | 22.44 | 3.56 | - |
| YUV | 123.94 | 70.47 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 105 | 22 | 0 | 0.48 | 0.89 | 0.22 | 27.98 | 0.8 | 0.44 |
| Hex | C8 | 69 | 16 | 0 | 30 | 59 | 16 | 1C | 50 | 2C |
| Octal | 310 | 151 | 26 | 0 | 60 | 131 | 26 | 34 | 120 | 54 |
| Binary | 11001000 | 1101001 | 10110 | 0 | 110000 | 1011001 | 10110 | 11100 | 1010000 | 101100 |
Color Harmonies of #C86916
Complementary color
Monochromatic Colors of #C86916
Black with #C86916
Text Example
Text Example
White with #C86916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86916; }
p { color: rgb(200,105,22); }
H1.HeaderClassName
{
color: #C86916;
}
.AnyTagClassName
{
color: #C86916;
}
</style>
background-color css
<style>
a { background-color: #C86916; }
a { background-color: rgb(200,105,22); }
div.DivClassName
{
background-color: #C86916;
}
.BgClassName
{
background-color: #C86916;
}
</style>
border-color css
<style>
span { border-color: #C86916; }
span { border-color: rgb(200,105,22); }
td.TdClassName
{
border-color: #C86916;
}
.TagClassName
{
border-color: #C86916;
}
</style>