Shades of Chocolate #C86C23
Tints of Chocolate #C86C23
RGB
CMYK
RGB Variations
Color information
#C86C23 (or 0xC86C23) is known color: Chocolate. HEX triplet: C8, 6C and 23. RGB value is (200,108,35). Sum of RGB (Red+Green+Blue) = 200+108+35=343 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.31% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 35 (14.06% from 255 or 10.20% from 343); Max value from RGB is 200 - color contains mainly: red. Hex color #C86C23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86C23 is #3793DC. Grayscale: #7F7F7F. Windows color (decimal): -3642333 or 2321608. OLE color: 2321608.
HSL color Cylindrical-coordinate representation of color #C86C23: hue angle of 26.55º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C86C23 is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 108 | 35 | - |
| CMYK | 0 | 0.46 | 0.82 | 0.22 |
| HSL | 26.55º | 0.7% | 0.46% | - |
| HSV(B) | 26.55º | 0.83% | 0.78% | - |
| XYZ | 29.49 | 23.13 | 4.5 | - |
| YUV | 127.19 | 75.98 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 108 | 35 | 0 | 0.46 | 0.82 | 0.22 | 26.55 | 0.7 | 0.46 |
| Hex | C8 | 6C | 23 | 0 | 2E | 52 | 16 | 1B | 46 | 2E |
| Octal | 310 | 154 | 43 | 0 | 56 | 122 | 26 | 33 | 106 | 56 |
| Binary | 11001000 | 1101100 | 100011 | 0 | 101110 | 1010010 | 10110 | 11011 | 1000110 | 101110 |
Color Harmonies of #C86C23
Complementary color
Monochromatic Colors of #C86C23
Black with #C86C23
Text Example
Text Example
White with #C86C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86C23; }
p { color: rgb(200,108,35); }
H1.HeaderClassName
{
color: #C86C23;
}
.AnyTagClassName
{
color: #C86C23;
}
</style>
background-color css
<style>
a { background-color: #C86C23; }
a { background-color: rgb(200,108,35); }
div.DivClassName
{
background-color: #C86C23;
}
.BgClassName
{
background-color: #C86C23;
}
</style>
border-color css
<style>
span { border-color: #C86C23; }
span { border-color: rgb(200,108,35); }
td.TdClassName
{
border-color: #C86C23;
}
.TagClassName
{
border-color: #C86C23;
}
</style>