Shades of Chocolate #C86B0B
Tints of Chocolate #C86B0B
RGB
CMYK
RGB Variations
Color information
#C86B0B (or 0xC86B0B) is known color: Chocolate. HEX triplet: C8, 6B and 0B. RGB value is (200,107,11). Sum of RGB (Red+Green+Blue) = 200+107+11=318 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.89% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 11 (4.69% from 255 or 3.46% from 318); Max value from RGB is 200 - color contains mainly: red. Hex color #C86B0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86B0B is #3794F4. Grayscale: #7C7C7C. Windows color (decimal): -3642613 or 748488. OLE color: 748488.
HSL color Cylindrical-coordinate representation of color #C86B0B: hue angle of 30.48º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C86B0B is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 107 | 11 | - |
| CMYK | 0 | 0.46 | 0.94 | 0.22 |
| HSL | 30.48º | 0.9% | 0.41% | - |
| HSV(B) | 30.48º | 0.95% | 0.78% | - |
| XYZ | 29.14 | 22.82 | 3.19 | - |
| YUV | 123.86 | 64.31 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 107 | 11 | 0 | 0.46 | 0.94 | 0.22 | 30.48 | 0.9 | 0.41 |
| Hex | C8 | 6B | B | 0 | 2E | 5E | 16 | 1E | 5A | 29 |
| Octal | 310 | 153 | 13 | 0 | 56 | 136 | 26 | 36 | 132 | 51 |
| Binary | 11001000 | 1101011 | 1011 | 0 | 101110 | 1011110 | 10110 | 11110 | 1011010 | 101001 |
Color Harmonies of #C86B0B
Complementary color
Monochromatic Colors of #C86B0B
Black with #C86B0B
Text Example
Text Example
White with #C86B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86B0B; }
p { color: rgb(200,107,11); }
H1.HeaderClassName
{
color: #C86B0B;
}
.AnyTagClassName
{
color: #C86B0B;
}
</style>
background-color css
<style>
a { background-color: #C86B0B; }
a { background-color: rgb(200,107,11); }
div.DivClassName
{
background-color: #C86B0B;
}
.BgClassName
{
background-color: #C86B0B;
}
</style>
border-color css
<style>
span { border-color: #C86B0B; }
span { border-color: rgb(200,107,11); }
td.TdClassName
{
border-color: #C86B0B;
}
.TagClassName
{
border-color: #C86B0B;
}
</style>