Shades of Chocolate #C86914
Tints of Chocolate #C86914
RGB
CMYK
RGB Variations
Color information
#C86914 (or 0xC86914) is known color: Chocolate. HEX triplet: C8, 69 and 14. RGB value is (200,105,20). Sum of RGB (Red+Green+Blue) = 200+105+20=325 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.54% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 20 (8.20% from 255 or 6.15% from 325); Max value from RGB is 200 - color contains mainly: red. Hex color #C86914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86914 is #3796EB. Grayscale: #7C7C7C. Windows color (decimal): -3643116 or 1337800. OLE color: 1337800.
HSL color Cylindrical-coordinate representation of color #C86914: hue angle of 28.33º 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 #C86914 is Cyan = 0, Magento = 0.48, Yellow = 0.9 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 105 | 20 | - |
| CMYK | 0 | 0.48 | 0.9 | 0.22 |
| HSL | 28.33º | 0.82% | 0.43% | - |
| HSV(B) | 28.33º | 0.9% | 0.78% | - |
| XYZ | 29 | 22.43 | 3.46 | - |
| YUV | 123.72 | 69.47 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 105 | 20 | 0 | 0.48 | 0.9 | 0.22 | 28.33 | 0.82 | 0.43 |
| Hex | C8 | 69 | 14 | 0 | 30 | 5A | 16 | 1C | 52 | 2B |
| Octal | 310 | 151 | 24 | 0 | 60 | 132 | 26 | 34 | 122 | 53 |
| Binary | 11001000 | 1101001 | 10100 | 0 | 110000 | 1011010 | 10110 | 11100 | 1010010 | 101011 |
Color Harmonies of #C86914
Complementary color
Monochromatic Colors of #C86914
Black with #C86914
Text Example
Text Example
White with #C86914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86914; }
p { color: rgb(200,105,20); }
H1.HeaderClassName
{
color: #C86914;
}
.AnyTagClassName
{
color: #C86914;
}
</style>
background-color css
<style>
a { background-color: #C86914; }
a { background-color: rgb(200,105,20); }
div.DivClassName
{
background-color: #C86914;
}
.BgClassName
{
background-color: #C86914;
}
</style>
border-color css
<style>
span { border-color: #C86914; }
span { border-color: rgb(200,105,20); }
td.TdClassName
{
border-color: #C86914;
}
.TagClassName
{
border-color: #C86914;
}
</style>