Shades of Chocolate #C86A23
Tints of Chocolate #C86A23
RGB
CMYK
RGB Variations
Color information
#C86A23 (or 0xC86A23) is known color: Chocolate. HEX triplet: C8, 6A and 23. RGB value is (200,106,35). Sum of RGB (Red+Green+Blue) = 200+106+35=341 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.65% from 341); Green value is 106 (41.80% from 255 or 31.09% from 341); Blue value is 35 (14.06% from 255 or 10.26% from 341); Max value from RGB is 200 - color contains mainly: red. Hex color #C86A23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86A23 is #3795DC. Grayscale: #7E7E7E. Windows color (decimal): -3642845 or 2321096. OLE color: 2321096.
HSL color Cylindrical-coordinate representation of color #C86A23: hue angle of 25.82º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C86A23 is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 106 | 35 | - |
| CMYK | 0 | 0.47 | 0.82 | 0.22 |
| HSL | 25.82º | 0.7% | 0.46% | - |
| HSV(B) | 25.82º | 0.83% | 0.78% | - |
| XYZ | 29.28 | 22.71 | 4.43 | - |
| YUV | 126.01 | 76.64 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 106 | 35 | 0 | 0.47 | 0.82 | 0.22 | 25.82 | 0.7 | 0.46 |
| Hex | C8 | 6A | 23 | 0 | 2F | 52 | 16 | 1A | 46 | 2E |
| Octal | 310 | 152 | 43 | 0 | 57 | 122 | 26 | 32 | 106 | 56 |
| Binary | 11001000 | 1101010 | 100011 | 0 | 101111 | 1010010 | 10110 | 11010 | 1000110 | 101110 |
Color Harmonies of #C86A23
Complementary color
Monochromatic Colors of #C86A23
Black with #C86A23
Text Example
Text Example
White with #C86A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86A23; }
p { color: rgb(200,106,35); }
H1.HeaderClassName
{
color: #C86A23;
}
.AnyTagClassName
{
color: #C86A23;
}
</style>
background-color css
<style>
a { background-color: #C86A23; }
a { background-color: rgb(200,106,35); }
div.DivClassName
{
background-color: #C86A23;
}
.BgClassName
{
background-color: #C86A23;
}
</style>
border-color css
<style>
span { border-color: #C86A23; }
span { border-color: rgb(200,106,35); }
td.TdClassName
{
border-color: #C86A23;
}
.TagClassName
{
border-color: #C86A23;
}
</style>