Shades of Chocolate #C86C1E
Tints of Chocolate #C86C1E
RGB
CMYK
RGB Variations
Color information
#C86C1E (or 0xC86C1E) is known color: Chocolate. HEX triplet: C8, 6C and 1E. RGB value is (200,108,30). Sum of RGB (Red+Green+Blue) = 200+108+30=338 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.17% from 338); Green value is 108 (42.58% from 255 or 31.95% from 338); Blue value is 30 (12.11% from 255 or 8.88% from 338); Max value from RGB is 200 - color contains mainly: red. Hex color #C86C1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86C1E is #3793E1. Grayscale: #7F7F7F. Windows color (decimal): -3642338 or 1993928. OLE color: 1993928.
HSL color Cylindrical-coordinate representation of color #C86C1E: hue angle of 27.53º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C86C1E is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 108 | 30 | - |
| CMYK | 0 | 0.46 | 0.85 | 0.22 |
| HSL | 27.53º | 0.74% | 0.45% | - |
| HSV(B) | 27.53º | 0.85% | 0.78% | - |
| XYZ | 29.42 | 23.1 | 4.14 | - |
| YUV | 126.62 | 73.48 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 108 | 30 | 0 | 0.46 | 0.85 | 0.22 | 27.53 | 0.74 | 0.45 |
| Hex | C8 | 6C | 1E | 0 | 2E | 55 | 16 | 1C | 4A | 2D |
| Octal | 310 | 154 | 36 | 0 | 56 | 125 | 26 | 34 | 112 | 55 |
| Binary | 11001000 | 1101100 | 11110 | 0 | 101110 | 1010101 | 10110 | 11100 | 1001010 | 101101 |
Color Harmonies of #C86C1E
Complementary color
Monochromatic Colors of #C86C1E
Black with #C86C1E
Text Example
Text Example
White with #C86C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86C1E; }
p { color: rgb(200,108,30); }
H1.HeaderClassName
{
color: #C86C1E;
}
.AnyTagClassName
{
color: #C86C1E;
}
</style>
background-color css
<style>
a { background-color: #C86C1E; }
a { background-color: rgb(200,108,30); }
div.DivClassName
{
background-color: #C86C1E;
}
.BgClassName
{
background-color: #C86C1E;
}
</style>
border-color css
<style>
span { border-color: #C86C1E; }
span { border-color: rgb(200,108,30); }
td.TdClassName
{
border-color: #C86C1E;
}
.TagClassName
{
border-color: #C86C1E;
}
</style>