Shades of Chocolate #C86D1A
Tints of Chocolate #C86D1A
RGB
CMYK
RGB Variations
Color information
#C86D1A (or 0xC86D1A) is known color: Chocolate. HEX triplet: C8, 6D and 1A. RGB value is (200,109,26). Sum of RGB (Red+Green+Blue) = 200+109+26=335 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.70% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 26 (10.55% from 255 or 7.76% from 335); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86D1A is #3792E5. Grayscale: #7F7F7F. Windows color (decimal): -3642086 or 1732040. OLE color: 1732040.
HSL color Cylindrical-coordinate representation of color #C86D1A: hue angle of 28.62º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C86D1A is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 109 | 26 | - |
| CMYK | 0 | 0.46 | 0.87 | 0.22 |
| HSL | 28.62º | 0.77% | 0.44% | - |
| HSV(B) | 28.62º | 0.87% | 0.78% | - |
| XYZ | 29.47 | 23.29 | 3.92 | - |
| YUV | 126.75 | 71.15 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 109 | 26 | 0 | 0.46 | 0.87 | 0.22 | 28.62 | 0.77 | 0.44 |
| Hex | C8 | 6D | 1A | 0 | 2E | 57 | 16 | 1D | 4D | 2C |
| Octal | 310 | 155 | 32 | 0 | 56 | 127 | 26 | 35 | 115 | 54 |
| Binary | 11001000 | 1101101 | 11010 | 0 | 101110 | 1010111 | 10110 | 11101 | 1001101 | 101100 |
Color Harmonies of #C86D1A
Complementary color
Monochromatic Colors of #C86D1A
Black with #C86D1A
Text Example
Text Example
White with #C86D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86D1A; }
p { color: rgb(200,109,26); }
H1.HeaderClassName
{
color: #C86D1A;
}
.AnyTagClassName
{
color: #C86D1A;
}
</style>
background-color css
<style>
a { background-color: #C86D1A; }
a { background-color: rgb(200,109,26); }
div.DivClassName
{
background-color: #C86D1A;
}
.BgClassName
{
background-color: #C86D1A;
}
</style>
border-color css
<style>
span { border-color: #C86D1A; }
span { border-color: rgb(200,109,26); }
td.TdClassName
{
border-color: #C86D1A;
}
.TagClassName
{
border-color: #C86D1A;
}
</style>