Shades of Chocolate #C86311
Tints of Chocolate #C86311
RGB
CMYK
RGB Variations
Color information
#C86311 (or 0xC86311) is known color: Chocolate. HEX triplet: C8, 63 and 11. RGB value is (200,99,17). Sum of RGB (Red+Green+Blue) = 200+99+17=316 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.29% from 316); Green value is 99 (39.06% from 255 or 31.33% from 316); Blue value is 17 (7.03% from 255 or 5.38% from 316); Max value from RGB is 200 - color contains mainly: red. Hex color #C86311 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86311 is #379CEE. Grayscale: #787878. Windows color (decimal): -3644655 or 1139656. OLE color: 1139656.
HSL color Cylindrical-coordinate representation of color #C86311: hue angle of 26.89º 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 #C86311 is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 99 | 17 | - |
| CMYK | 0 | 0.50 | 0.92 | 0.22 |
| HSL | 26.89º | 0.84% | 0.43% | - |
| HSV(B) | 26.89º | 0.92% | 0.78% | - |
| XYZ | 28.38 | 21.24 | 3.13 | - |
| YUV | 119.85 | 69.96 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 99 | 17 | 0 | 0.50 | 0.92 | 0.22 | 26.89 | 0.84 | 0.43 |
| Hex | C8 | 63 | 11 | 0 | 32 | 5C | 16 | 1B | 54 | 2B |
| Octal | 310 | 143 | 21 | 0 | 62 | 134 | 26 | 33 | 124 | 53 |
| Binary | 11001000 | 1100011 | 10001 | 0 | 110010 | 1011100 | 10110 | 11011 | 1010100 | 101011 |
Color Harmonies of #C86311
Complementary color
Monochromatic Colors of #C86311
Black with #C86311
Text Example
Text Example
White with #C86311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86311; }
p { color: rgb(200,99,17); }
H1.HeaderClassName
{
color: #C86311;
}
.AnyTagClassName
{
color: #C86311;
}
</style>
background-color css
<style>
a { background-color: #C86311; }
a { background-color: rgb(200,99,17); }
div.DivClassName
{
background-color: #C86311;
}
.BgClassName
{
background-color: #C86311;
}
</style>
border-color css
<style>
span { border-color: #C86311; }
span { border-color: rgb(200,99,17); }
td.TdClassName
{
border-color: #C86311;
}
.TagClassName
{
border-color: #C86311;
}
</style>