Shades of Chocolate #C86625
Tints of Chocolate #C86625
RGB
CMYK
RGB Variations
Color information
#C86625 (or 0xC86625) is known color: Chocolate. HEX triplet: C8, 66 and 25. RGB value is (200,102,37). Sum of RGB (Red+Green+Blue) = 200+102+37=339 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.00% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 37 (14.84% from 255 or 10.91% from 339); Max value from RGB is 200 - color contains mainly: red. Hex color #C86625 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86625 is #3799DA. Grayscale: #7C7C7C. Windows color (decimal): -3643867 or 2451144. OLE color: 2451144.
HSL color Cylindrical-coordinate representation of color #C86625: hue angle of 23.93º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C86625 is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 102 | 37 | - |
| CMYK | 0 | 0.49 | 0.82 | 0.22 |
| HSL | 23.93º | 0.69% | 0.46% | - |
| HSV(B) | 23.93º | 0.82% | 0.78% | - |
| XYZ | 28.9 | 21.92 | 4.46 | - |
| YUV | 123.89 | 78.97 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 102 | 37 | 0 | 0.49 | 0.82 | 0.22 | 23.93 | 0.69 | 0.46 |
| Hex | C8 | 66 | 25 | 0 | 31 | 52 | 16 | 18 | 45 | 2E |
| Octal | 310 | 146 | 45 | 0 | 61 | 122 | 26 | 30 | 105 | 56 |
| Binary | 11001000 | 1100110 | 100101 | 0 | 110001 | 1010010 | 10110 | 11000 | 1000101 | 101110 |
Color Harmonies of #C86625
Complementary color
Monochromatic Colors of #C86625
Black with #C86625
Text Example
Text Example
White with #C86625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86625; }
p { color: rgb(200,102,37); }
H1.HeaderClassName
{
color: #C86625;
}
.AnyTagClassName
{
color: #C86625;
}
</style>
background-color css
<style>
a { background-color: #C86625; }
a { background-color: rgb(200,102,37); }
div.DivClassName
{
background-color: #C86625;
}
.BgClassName
{
background-color: #C86625;
}
</style>
border-color css
<style>
span { border-color: #C86625; }
span { border-color: rgb(200,102,37); }
td.TdClassName
{
border-color: #C86625;
}
.TagClassName
{
border-color: #C86625;
}
</style>