Shades of Chocolate #C86217
Tints of Chocolate #C86217
RGB
CMYK
RGB Variations
Color information
#C86217 (or 0xC86217) is known color: Chocolate. HEX triplet: C8, 62 and 17. RGB value is (200,98,23). Sum of RGB (Red+Green+Blue) = 200+98+23=321 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.31% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 23 (9.38% from 255 or 7.17% from 321); Max value from RGB is 200 - color contains mainly: red. Hex color #C86217 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86217 is #379DE8. Grayscale: #787878. Windows color (decimal): -3644905 or 1532616. OLE color: 1532616.
HSL color Cylindrical-coordinate representation of color #C86217: hue angle of 25.42º degrees, saturation: 0.79, 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 #C86217 is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 98 | 23 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.22 |
| HSL | 25.42º | 0.79% | 0.44% | - |
| HSV(B) | 25.42º | 0.89% | 0.78% | - |
| XYZ | 28.34 | 21.08 | 3.39 | - |
| YUV | 119.95 | 73.29 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 98 | 23 | 0 | 0.51 | 0.88 | 0.22 | 25.42 | 0.79 | 0.44 |
| Hex | C8 | 62 | 17 | 0 | 33 | 58 | 16 | 19 | 4F | 2C |
| Octal | 310 | 142 | 27 | 0 | 63 | 130 | 26 | 31 | 117 | 54 |
| Binary | 11001000 | 1100010 | 10111 | 0 | 110011 | 1011000 | 10110 | 11001 | 1001111 | 101100 |
Color Harmonies of #C86217
Complementary color
Monochromatic Colors of #C86217
Black with #C86217
Text Example
Text Example
White with #C86217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86217; }
p { color: rgb(200,98,23); }
H1.HeaderClassName
{
color: #C86217;
}
.AnyTagClassName
{
color: #C86217;
}
</style>
background-color css
<style>
a { background-color: #C86217; }
a { background-color: rgb(200,98,23); }
div.DivClassName
{
background-color: #C86217;
}
.BgClassName
{
background-color: #C86217;
}
</style>
border-color css
<style>
span { border-color: #C86217; }
span { border-color: rgb(200,98,23); }
td.TdClassName
{
border-color: #C86217;
}
.TagClassName
{
border-color: #C86217;
}
</style>