Shades of Chocolate #C86A24
Tints of Chocolate #C86A24
RGB
CMYK
RGB Variations
Color information
#C86A24 (or 0xC86A24) is known color: Chocolate. HEX triplet: C8, 6A and 24. RGB value is (200,106,36). Sum of RGB (Red+Green+Blue) = 200+106+36=342 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.48% from 342); Green value is 106 (41.80% from 255 or 30.99% from 342); Blue value is 36 (14.45% from 255 or 10.53% from 342); Max value from RGB is 200 - color contains mainly: red. Hex color #C86A24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86A24 is #3795DB. Grayscale: #7E7E7E. Windows color (decimal): -3642844 or 2386632. OLE color: 2386632.
HSL color Cylindrical-coordinate representation of color #C86A24: hue angle of 25.61º degrees, saturation: 0.69, 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 #C86A24 is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 106 | 36 | - |
| CMYK | 0 | 0.47 | 0.82 | 0.22 |
| HSL | 25.61º | 0.69% | 0.46% | - |
| HSV(B) | 25.61º | 0.82% | 0.78% | - |
| XYZ | 29.29 | 22.71 | 4.51 | - |
| YUV | 126.13 | 77.14 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 106 | 36 | 0 | 0.47 | 0.82 | 0.22 | 25.61 | 0.69 | 0.46 |
| Hex | C8 | 6A | 24 | 0 | 2F | 52 | 16 | 1A | 45 | 2E |
| Octal | 310 | 152 | 44 | 0 | 57 | 122 | 26 | 32 | 105 | 56 |
| Binary | 11001000 | 1101010 | 100100 | 0 | 101111 | 1010010 | 10110 | 11010 | 1000101 | 101110 |
Color Harmonies of #C86A24
Complementary color
Monochromatic Colors of #C86A24
Black with #C86A24
Text Example
Text Example
White with #C86A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86A24; }
p { color: rgb(200,106,36); }
H1.HeaderClassName
{
color: #C86A24;
}
.AnyTagClassName
{
color: #C86A24;
}
</style>
background-color css
<style>
a { background-color: #C86A24; }
a { background-color: rgb(200,106,36); }
div.DivClassName
{
background-color: #C86A24;
}
.BgClassName
{
background-color: #C86A24;
}
</style>
border-color css
<style>
span { border-color: #C86A24; }
span { border-color: rgb(200,106,36); }
td.TdClassName
{
border-color: #C86A24;
}
.TagClassName
{
border-color: #C86A24;
}
</style>