Shades of Chocolate #C86E11
Tints of Chocolate #C86E11
RGB
CMYK
RGB Variations
Color information
#C86E11 (or 0xC86E11) is known color: Chocolate. HEX triplet: C8, 6E and 11. RGB value is (200,110,17). Sum of RGB (Red+Green+Blue) = 200+110+17=327 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.16% from 327); Green value is 110 (43.36% from 255 or 33.64% from 327); Blue value is 17 (7.03% from 255 or 5.20% from 327); Max value from RGB is 200 - color contains mainly: red. Hex color #C86E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86E11 is #3791EE. Grayscale: #7E7E7E. Windows color (decimal): -3641839 or 1142472. OLE color: 1142472.
HSL color Cylindrical-coordinate representation of color #C86E11: hue angle of 30.49º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C86E11 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 110 | 17 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.22 |
| HSL | 30.49º | 0.84% | 0.43% | - |
| HSV(B) | 30.49º | 0.92% | 0.78% | - |
| XYZ | 29.5 | 23.47 | 3.51 | - |
| YUV | 126.31 | 66.32 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 110 | 17 | 0 | 0.45 | 0.92 | 0.22 | 30.49 | 0.84 | 0.43 |
| Hex | C8 | 6E | 11 | 0 | 2D | 5C | 16 | 1E | 54 | 2B |
| Octal | 310 | 156 | 21 | 0 | 55 | 134 | 26 | 36 | 124 | 53 |
| Binary | 11001000 | 1101110 | 10001 | 0 | 101101 | 1011100 | 10110 | 11110 | 1010100 | 101011 |
Color Harmonies of #C86E11
Complementary color
Monochromatic Colors of #C86E11
Black with #C86E11
Text Example
Text Example
White with #C86E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86E11; }
p { color: rgb(200,110,17); }
H1.HeaderClassName
{
color: #C86E11;
}
.AnyTagClassName
{
color: #C86E11;
}
</style>
background-color css
<style>
a { background-color: #C86E11; }
a { background-color: rgb(200,110,17); }
div.DivClassName
{
background-color: #C86E11;
}
.BgClassName
{
background-color: #C86E11;
}
</style>
border-color css
<style>
span { border-color: #C86E11; }
span { border-color: rgb(200,110,17); }
td.TdClassName
{
border-color: #C86E11;
}
.TagClassName
{
border-color: #C86E11;
}
</style>