Shades of Chocolate #C86211
Tints of Chocolate #C86211
RGB
CMYK
RGB Variations
Color information
#C86211 (or 0xC86211) is known color: Chocolate. HEX triplet: C8, 62 and 11. RGB value is (200,98,17). Sum of RGB (Red+Green+Blue) = 200+98+17=315 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.49% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 17 (7.03% from 255 or 5.40% from 315); Max value from RGB is 200 - color contains mainly: red. Hex color #C86211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86211 is #379DEE. Grayscale: #777777. Windows color (decimal): -3644911 or 1139400. OLE color: 1139400.
HSL color Cylindrical-coordinate representation of color #C86211: hue angle of 26.56º 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 #C86211 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 98 | 17 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.22 |
| HSL | 26.56º | 0.84% | 0.43% | - |
| HSV(B) | 26.56º | 0.92% | 0.78% | - |
| XYZ | 28.29 | 21.06 | 3.1 | - |
| YUV | 119.26 | 70.29 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 98 | 17 | 0 | 0.51 | 0.92 | 0.22 | 26.56 | 0.84 | 0.43 |
| Hex | C8 | 62 | 11 | 0 | 33 | 5C | 16 | 1B | 54 | 2B |
| Octal | 310 | 142 | 21 | 0 | 63 | 134 | 26 | 33 | 124 | 53 |
| Binary | 11001000 | 1100010 | 10001 | 0 | 110011 | 1011100 | 10110 | 11011 | 1010100 | 101011 |
Color Harmonies of #C86211
Complementary color
Monochromatic Colors of #C86211
Black with #C86211
Text Example
Text Example
White with #C86211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86211; }
p { color: rgb(200,98,17); }
H1.HeaderClassName
{
color: #C86211;
}
.AnyTagClassName
{
color: #C86211;
}
</style>
background-color css
<style>
a { background-color: #C86211; }
a { background-color: rgb(200,98,17); }
div.DivClassName
{
background-color: #C86211;
}
.BgClassName
{
background-color: #C86211;
}
</style>
border-color css
<style>
span { border-color: #C86211; }
span { border-color: rgb(200,98,17); }
td.TdClassName
{
border-color: #C86211;
}
.TagClassName
{
border-color: #C86211;
}
</style>