Shades of Chocolate #C86C18
Tints of Chocolate #C86C18
RGB
CMYK
RGB Variations
Color information
#C86C18 (or 0xC86C18) is known color: Chocolate. HEX triplet: C8, 6C and 18. RGB value is (200,108,24). Sum of RGB (Red+Green+Blue) = 200+108+24=332 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.24% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 24 (9.77% from 255 or 7.23% from 332); Max value from RGB is 200 - color contains mainly: red. Hex color #C86C18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86C18 is #3793E7. Grayscale: #7E7E7E. Windows color (decimal): -3642344 or 1600712. OLE color: 1600712.
HSL color Cylindrical-coordinate representation of color #C86C18: hue angle of 28.64º 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 #C86C18 is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 108 | 24 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.22 |
| HSL | 28.64º | 0.79% | 0.44% | - |
| HSV(B) | 28.64º | 0.88% | 0.78% | - |
| XYZ | 29.35 | 23.07 | 3.77 | - |
| YUV | 125.93 | 70.48 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 108 | 24 | 0 | 0.46 | 0.88 | 0.22 | 28.64 | 0.79 | 0.44 |
| Hex | C8 | 6C | 18 | 0 | 2E | 58 | 16 | 1D | 4F | 2C |
| Octal | 310 | 154 | 30 | 0 | 56 | 130 | 26 | 35 | 117 | 54 |
| Binary | 11001000 | 1101100 | 11000 | 0 | 101110 | 1011000 | 10110 | 11101 | 1001111 | 101100 |
Color Harmonies of #C86C18
Complementary color
Monochromatic Colors of #C86C18
Black with #C86C18
Text Example
Text Example
White with #C86C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86C18; }
p { color: rgb(200,108,24); }
H1.HeaderClassName
{
color: #C86C18;
}
.AnyTagClassName
{
color: #C86C18;
}
</style>
background-color css
<style>
a { background-color: #C86C18; }
a { background-color: rgb(200,108,24); }
div.DivClassName
{
background-color: #C86C18;
}
.BgClassName
{
background-color: #C86C18;
}
</style>
border-color css
<style>
span { border-color: #C86C18; }
span { border-color: rgb(200,108,24); }
td.TdClassName
{
border-color: #C86C18;
}
.TagClassName
{
border-color: #C86C18;
}
</style>