Shades of Chocolate #C86617
Tints of Chocolate #C86617
RGB
CMYK
RGB Variations
Color information
#C86617 (or 0xC86617) is known color: Chocolate. HEX triplet: C8, 66 and 17. RGB value is (200,102,23). Sum of RGB (Red+Green+Blue) = 200+102+23=325 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.54% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 23 (9.38% from 255 or 7.08% from 325); Max value from RGB is 200 - color contains mainly: red. Hex color #C86617 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86617 is #3799E8. Grayscale: #7A7A7A. Windows color (decimal): -3643881 or 1533640. OLE color: 1533640.
HSL color Cylindrical-coordinate representation of color #C86617: hue angle of 26.78º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C86617 is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 102 | 23 | - |
| CMYK | 0 | 0.49 | 0.88 | 0.22 |
| HSL | 26.78º | 0.79% | 0.44% | - |
| HSV(B) | 26.78º | 0.89% | 0.78% | - |
| XYZ | 28.73 | 21.84 | 3.51 | - |
| YUV | 122.3 | 71.97 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 102 | 23 | 0 | 0.49 | 0.88 | 0.22 | 26.78 | 0.79 | 0.44 |
| Hex | C8 | 66 | 17 | 0 | 31 | 58 | 16 | 1B | 4F | 2C |
| Octal | 310 | 146 | 27 | 0 | 61 | 130 | 26 | 33 | 117 | 54 |
| Binary | 11001000 | 1100110 | 10111 | 0 | 110001 | 1011000 | 10110 | 11011 | 1001111 | 101100 |
Color Harmonies of #C86617
Complementary color
Monochromatic Colors of #C86617
Black with #C86617
Text Example
Text Example
White with #C86617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86617; }
p { color: rgb(200,102,23); }
H1.HeaderClassName
{
color: #C86617;
}
.AnyTagClassName
{
color: #C86617;
}
</style>
background-color css
<style>
a { background-color: #C86617; }
a { background-color: rgb(200,102,23); }
div.DivClassName
{
background-color: #C86617;
}
.BgClassName
{
background-color: #C86617;
}
</style>
border-color css
<style>
span { border-color: #C86617; }
span { border-color: rgb(200,102,23); }
td.TdClassName
{
border-color: #C86617;
}
.TagClassName
{
border-color: #C86617;
}
</style>