Shades of Chocolate #C86E10
Tints of Chocolate #C86E10
RGB
CMYK
RGB Variations
Color information
#C86E10 (or 0xC86E10) is known color: Chocolate. HEX triplet: C8, 6E and 10. RGB value is (200,110,16). Sum of RGB (Red+Green+Blue) = 200+110+16=326 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.35% from 326); Green value is 110 (43.36% from 255 or 33.74% from 326); Blue value is 16 (6.64% from 255 or 4.91% from 326); Max value from RGB is 200 - color contains mainly: red. Hex color #C86E10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86E10 is #3791EF. Grayscale: #7E7E7E. Windows color (decimal): -3641840 or 1076936. OLE color: 1076936.
HSL color Cylindrical-coordinate representation of color #C86E10: hue angle of 30.65º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C86E10 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 110 | 16 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.22 |
| HSL | 30.65º | 0.85% | 0.42% | - |
| HSV(B) | 30.65º | 0.92% | 0.78% | - |
| XYZ | 29.49 | 23.47 | 3.47 | - |
| YUV | 126.19 | 65.82 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 110 | 16 | 0 | 0.45 | 0.92 | 0.22 | 30.65 | 0.85 | 0.42 |
| Hex | C8 | 6E | 10 | 0 | 2D | 5C | 16 | 1F | 55 | 2A |
| Octal | 310 | 156 | 20 | 0 | 55 | 134 | 26 | 37 | 125 | 52 |
| Binary | 11001000 | 1101110 | 10000 | 0 | 101101 | 1011100 | 10110 | 11111 | 1010101 | 101010 |
Color Harmonies of #C86E10
Complementary color
Monochromatic Colors of #C86E10
Black with #C86E10
Text Example
Text Example
White with #C86E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86E10; }
p { color: rgb(200,110,16); }
H1.HeaderClassName
{
color: #C86E10;
}
.AnyTagClassName
{
color: #C86E10;
}
</style>
background-color css
<style>
a { background-color: #C86E10; }
a { background-color: rgb(200,110,16); }
div.DivClassName
{
background-color: #C86E10;
}
.BgClassName
{
background-color: #C86E10;
}
</style>
border-color css
<style>
span { border-color: #C86E10; }
span { border-color: rgb(200,110,16); }
td.TdClassName
{
border-color: #C86E10;
}
.TagClassName
{
border-color: #C86E10;
}
</style>