Shades of Chocolate #C86720
Tints of Chocolate #C86720
RGB
CMYK
RGB Variations
Color information
#C86720 (or 0xC86720) is known color: Chocolate. HEX triplet: C8, 67 and 20. RGB value is (200,103,32). Sum of RGB (Red+Green+Blue) = 200+103+32=335 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.70% from 335); Green value is 103 (40.62% from 255 or 30.75% from 335); Blue value is 32 (12.89% from 255 or 9.55% from 335); Max value from RGB is 200 - color contains mainly: red. Hex color #C86720 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86720 is #3798DF. Grayscale: #7C7C7C. Windows color (decimal): -3643616 or 2123720. OLE color: 2123720.
HSL color Cylindrical-coordinate representation of color #C86720: hue angle of 25.36º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C86720 is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 103 | 32 | - |
| CMYK | 0 | 0.48 | 0.84 | 0.22 |
| HSL | 25.36º | 0.72% | 0.45% | - |
| HSV(B) | 25.36º | 0.84% | 0.78% | - |
| XYZ | 28.93 | 22.08 | 4.1 | - |
| YUV | 123.91 | 76.14 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 103 | 32 | 0 | 0.48 | 0.84 | 0.22 | 25.36 | 0.72 | 0.45 |
| Hex | C8 | 67 | 20 | 0 | 30 | 54 | 16 | 19 | 48 | 2D |
| Octal | 310 | 147 | 40 | 0 | 60 | 124 | 26 | 31 | 110 | 55 |
| Binary | 11001000 | 1100111 | 100000 | 0 | 110000 | 1010100 | 10110 | 11001 | 1001000 | 101101 |
Color Harmonies of #C86720
Complementary color
Monochromatic Colors of #C86720
Black with #C86720
Text Example
Text Example
White with #C86720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86720; }
p { color: rgb(200,103,32); }
H1.HeaderClassName
{
color: #C86720;
}
.AnyTagClassName
{
color: #C86720;
}
</style>
background-color css
<style>
a { background-color: #C86720; }
a { background-color: rgb(200,103,32); }
div.DivClassName
{
background-color: #C86720;
}
.BgClassName
{
background-color: #C86720;
}
</style>
border-color css
<style>
span { border-color: #C86720; }
span { border-color: rgb(200,103,32); }
td.TdClassName
{
border-color: #C86720;
}
.TagClassName
{
border-color: #C86720;
}
</style>