Shades of Chocolate #C86716
Tints of Chocolate #C86716
RGB
CMYK
RGB Variations
Color information
#C86716 (or 0xC86716) is known color: Chocolate. HEX triplet: C8, 67 and 16. RGB value is (200,103,22). Sum of RGB (Red+Green+Blue) = 200+103+22=325 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.54% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 22 (8.98% from 255 or 6.77% from 325); Max value from RGB is 200 - color contains mainly: red. Hex color #C86716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86716 is #3798E9. Grayscale: #7B7B7B. Windows color (decimal): -3643626 or 1468360. OLE color: 1468360.
HSL color Cylindrical-coordinate representation of color #C86716: hue angle of 27.3º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C86716 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 103 | 22 | - |
| CMYK | 0 | 0.48 | 0.89 | 0.22 |
| HSL | 27.3º | 0.8% | 0.44% | - |
| HSV(B) | 27.3º | 0.89% | 0.78% | - |
| XYZ | 28.81 | 22.04 | 3.49 | - |
| YUV | 122.77 | 71.14 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 103 | 22 | 0 | 0.48 | 0.89 | 0.22 | 27.3 | 0.8 | 0.44 |
| Hex | C8 | 67 | 16 | 0 | 30 | 59 | 16 | 1B | 50 | 2C |
| Octal | 310 | 147 | 26 | 0 | 60 | 131 | 26 | 33 | 120 | 54 |
| Binary | 11001000 | 1100111 | 10110 | 0 | 110000 | 1011001 | 10110 | 11011 | 1010000 | 101100 |
Color Harmonies of #C86716
Complementary color
Monochromatic Colors of #C86716
Black with #C86716
Text Example
Text Example
White with #C86716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86716; }
p { color: rgb(200,103,22); }
H1.HeaderClassName
{
color: #C86716;
}
.AnyTagClassName
{
color: #C86716;
}
</style>
background-color css
<style>
a { background-color: #C86716; }
a { background-color: rgb(200,103,22); }
div.DivClassName
{
background-color: #C86716;
}
.BgClassName
{
background-color: #C86716;
}
</style>
border-color css
<style>
span { border-color: #C86716; }
span { border-color: rgb(200,103,22); }
td.TdClassName
{
border-color: #C86716;
}
.TagClassName
{
border-color: #C86716;
}
</style>