Shades of Chocolate #C86019
Tints of Chocolate #C86019
RGB
CMYK
RGB Variations
Color information
#C86019 (or 0xC86019) is known color: Chocolate. HEX triplet: C8, 60 and 19. RGB value is (200,96,25). Sum of RGB (Red+Green+Blue) = 200+96+25=321 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.31% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 25 (10.16% from 255 or 7.79% from 321); Max value from RGB is 200 - color contains mainly: red. Hex color #C86019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86019 is #379FE6. Grayscale: #777777. Windows color (decimal): -3645415 or 1663176. OLE color: 1663176.
HSL color Cylindrical-coordinate representation of color #C86019: hue angle of 24.34º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C86019 is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 96 | 25 | - |
| CMYK | 0 | 0.52 | 0.88 | 0.22 |
| HSL | 24.34º | 0.78% | 0.44% | - |
| HSV(B) | 24.34º | 0.88% | 0.78% | - |
| XYZ | 28.18 | 20.72 | 3.43 | - |
| YUV | 119 | 74.96 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 96 | 25 | 0 | 0.52 | 0.88 | 0.22 | 24.34 | 0.78 | 0.44 |
| Hex | C8 | 60 | 19 | 0 | 34 | 58 | 16 | 18 | 4E | 2C |
| Octal | 310 | 140 | 31 | 0 | 64 | 130 | 26 | 30 | 116 | 54 |
| Binary | 11001000 | 1100000 | 11001 | 0 | 110100 | 1011000 | 10110 | 11000 | 1001110 | 101100 |
Color Harmonies of #C86019
Complementary color
Monochromatic Colors of #C86019
Black with #C86019
Text Example
Text Example
White with #C86019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86019; }
p { color: rgb(200,96,25); }
H1.HeaderClassName
{
color: #C86019;
}
.AnyTagClassName
{
color: #C86019;
}
</style>
background-color css
<style>
a { background-color: #C86019; }
a { background-color: rgb(200,96,25); }
div.DivClassName
{
background-color: #C86019;
}
.BgClassName
{
background-color: #C86019;
}
</style>
border-color css
<style>
span { border-color: #C86019; }
span { border-color: rgb(200,96,25); }
td.TdClassName
{
border-color: #C86019;
}
.TagClassName
{
border-color: #C86019;
}
</style>