Shades of Chocolate #C86A1D
Tints of Chocolate #C86A1D
RGB
CMYK
RGB Variations
Color information
#C86A1D (or 0xC86A1D) is known color: Chocolate. HEX triplet: C8, 6A and 1D. RGB value is (200,106,29). Sum of RGB (Red+Green+Blue) = 200+106+29=335 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.70% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 29 (11.72% from 255 or 8.66% from 335); Max value from RGB is 200 - color contains mainly: red. Hex color #C86A1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86A1D is #3795E2. Grayscale: #7D7D7D. Windows color (decimal): -3642851 or 1927880. OLE color: 1927880.
HSL color Cylindrical-coordinate representation of color #C86A1D: hue angle of 27.02º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C86A1D is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 106 | 29 | - |
| CMYK | 0 | 0.47 | 0.86 | 0.22 |
| HSL | 27.02º | 0.75% | 0.45% | - |
| HSV(B) | 27.02º | 0.86% | 0.78% | - |
| XYZ | 29.2 | 22.68 | 4 | - |
| YUV | 125.33 | 73.64 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 106 | 29 | 0 | 0.47 | 0.86 | 0.22 | 27.02 | 0.75 | 0.45 |
| Hex | C8 | 6A | 1D | 0 | 2F | 56 | 16 | 1B | 4B | 2D |
| Octal | 310 | 152 | 35 | 0 | 57 | 126 | 26 | 33 | 113 | 55 |
| Binary | 11001000 | 1101010 | 11101 | 0 | 101111 | 1010110 | 10110 | 11011 | 1001011 | 101101 |
Color Harmonies of #C86A1D
Complementary color
Monochromatic Colors of #C86A1D
Black with #C86A1D
Text Example
Text Example
White with #C86A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86A1D; }
p { color: rgb(200,106,29); }
H1.HeaderClassName
{
color: #C86A1D;
}
.AnyTagClassName
{
color: #C86A1D;
}
</style>
background-color css
<style>
a { background-color: #C86A1D; }
a { background-color: rgb(200,106,29); }
div.DivClassName
{
background-color: #C86A1D;
}
.BgClassName
{
background-color: #C86A1D;
}
</style>
border-color css
<style>
span { border-color: #C86A1D; }
span { border-color: rgb(200,106,29); }
td.TdClassName
{
border-color: #C86A1D;
}
.TagClassName
{
border-color: #C86A1D;
}
</style>