Shades of Chocolate #C86611
Tints of Chocolate #C86611
RGB
CMYK
RGB Variations
Color information
#C86611 (or 0xC86611) is known color: Chocolate. HEX triplet: C8, 66 and 11. RGB value is (200,102,17). Sum of RGB (Red+Green+Blue) = 200+102+17=319 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.70% from 319); Green value is 102 (40.23% from 255 or 31.97% from 319); Blue value is 17 (7.03% from 255 or 5.33% from 319); Max value from RGB is 200 - color contains mainly: red. Hex color #C86611 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86611 is #3799EE. Grayscale: #7A7A7A. Windows color (decimal): -3643887 or 1140424. OLE color: 1140424.
HSL color Cylindrical-coordinate representation of color #C86611: hue angle of 27.87º 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 #C86611 is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 102 | 17 | - |
| CMYK | 0 | 0.49 | 0.92 | 0.22 |
| HSL | 27.87º | 0.84% | 0.43% | - |
| HSV(B) | 27.87º | 0.92% | 0.78% | - |
| XYZ | 28.67 | 21.82 | 3.23 | - |
| YUV | 121.61 | 68.97 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 102 | 17 | 0 | 0.49 | 0.92 | 0.22 | 27.87 | 0.84 | 0.43 |
| Hex | C8 | 66 | 11 | 0 | 31 | 5C | 16 | 1C | 54 | 2B |
| Octal | 310 | 146 | 21 | 0 | 61 | 134 | 26 | 34 | 124 | 53 |
| Binary | 11001000 | 1100110 | 10001 | 0 | 110001 | 1011100 | 10110 | 11100 | 1010100 | 101011 |
Color Harmonies of #C86611
Complementary color
Monochromatic Colors of #C86611
Black with #C86611
Text Example
Text Example
White with #C86611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86611; }
p { color: rgb(200,102,17); }
H1.HeaderClassName
{
color: #C86611;
}
.AnyTagClassName
{
color: #C86611;
}
</style>
background-color css
<style>
a { background-color: #C86611; }
a { background-color: rgb(200,102,17); }
div.DivClassName
{
background-color: #C86611;
}
.BgClassName
{
background-color: #C86611;
}
</style>
border-color css
<style>
span { border-color: #C86611; }
span { border-color: rgb(200,102,17); }
td.TdClassName
{
border-color: #C86611;
}
.TagClassName
{
border-color: #C86611;
}
</style>