Shades of Chocolate #C86114
Tints of Chocolate #C86114
RGB
CMYK
RGB Variations
Color information
#C86114 (or 0xC86114) is known color: Chocolate. HEX triplet: C8, 61 and 14. RGB value is (200,97,20). Sum of RGB (Red+Green+Blue) = 200+97+20=317 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.09% from 317); Green value is 97 (38.28% from 255 or 30.60% from 317); Blue value is 20 (8.20% from 255 or 6.31% from 317); Max value from RGB is 200 - color contains mainly: red. Hex color #C86114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86114 is #379EEB. Grayscale: #777777. Windows color (decimal): -3645164 or 1335752. OLE color: 1335752.
HSL color Cylindrical-coordinate representation of color #C86114: hue angle of 25.67º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C86114 is Cyan = 0, Magento = 0.52, Yellow = 0.9 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 97 | 20 | - |
| CMYK | 0 | 0.52 | 0.9 | 0.22 |
| HSL | 25.67º | 0.82% | 0.43% | - |
| HSV(B) | 25.67º | 0.9% | 0.78% | - |
| XYZ | 28.22 | 20.88 | 3.2 | - |
| YUV | 119.02 | 72.12 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 97 | 20 | 0 | 0.52 | 0.9 | 0.22 | 25.67 | 0.82 | 0.43 |
| Hex | C8 | 61 | 14 | 0 | 34 | 5A | 16 | 1A | 52 | 2B |
| Octal | 310 | 141 | 24 | 0 | 64 | 132 | 26 | 32 | 122 | 53 |
| Binary | 11001000 | 1100001 | 10100 | 0 | 110100 | 1011010 | 10110 | 11010 | 1010010 | 101011 |
Color Harmonies of #C86114
Complementary color
Monochromatic Colors of #C86114
Black with #C86114
Text Example
Text Example
White with #C86114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86114; }
p { color: rgb(200,97,20); }
H1.HeaderClassName
{
color: #C86114;
}
.AnyTagClassName
{
color: #C86114;
}
</style>
background-color css
<style>
a { background-color: #C86114; }
a { background-color: rgb(200,97,20); }
div.DivClassName
{
background-color: #C86114;
}
.BgClassName
{
background-color: #C86114;
}
</style>
border-color css
<style>
span { border-color: #C86114; }
span { border-color: rgb(200,97,20); }
td.TdClassName
{
border-color: #C86114;
}
.TagClassName
{
border-color: #C86114;
}
</style>