Shades of Chocolate #C06816
Tints of Chocolate #C06816
RGB
CMYK
RGB Variations
Color information
#C06816 (or 0xC06816) is known color: Chocolate. HEX triplet: C0, 68 and 16. RGB value is (192,104,22). Sum of RGB (Red+Green+Blue) = 192+104+22=318 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.38% from 318); Green value is 104 (41.02% from 255 or 32.70% from 318); Blue value is 22 (8.98% from 255 or 6.92% from 318); Max value from RGB is 192 - color contains mainly: red. Hex color #C06816 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06816 is #3F97E9. Grayscale: #797979. Windows color (decimal): -4167658 or 1468608. OLE color: 1468608.
HSL color Cylindrical-coordinate representation of color #C06816: hue angle of 28.94º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C06816 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 104 | 22 | - |
| CMYK | 0 | 0.46 | 0.89 | 0.25 |
| HSL | 28.94º | 0.79% | 0.42% | - |
| HSV(B) | 28.94º | 0.89% | 0.75% | - |
| XYZ | 26.83 | 21.17 | 3.43 | - |
| YUV | 120.96 | 72.15 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 104 | 22 | 0 | 0.46 | 0.89 | 0.25 | 28.94 | 0.79 | 0.42 |
| Hex | C0 | 68 | 16 | 0 | 2E | 59 | 19 | 1D | 4F | 2A |
| Octal | 300 | 150 | 26 | 0 | 56 | 131 | 31 | 35 | 117 | 52 |
| Binary | 11000000 | 1101000 | 10110 | 0 | 101110 | 1011001 | 11001 | 11101 | 1001111 | 101010 |
Color Harmonies of #C06816
Complementary color
Monochromatic Colors of #C06816
Black with #C06816
Text Example
Text Example
White with #C06816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06816; }
p { color: rgb(192,104,22); }
H1.HeaderClassName
{
color: #C06816;
}
.AnyTagClassName
{
color: #C06816;
}
</style>
background-color css
<style>
a { background-color: #C06816; }
a { background-color: rgb(192,104,22); }
div.DivClassName
{
background-color: #C06816;
}
.BgClassName
{
background-color: #C06816;
}
</style>
border-color css
<style>
span { border-color: #C06816; }
span { border-color: rgb(192,104,22); }
td.TdClassName
{
border-color: #C06816;
}
.TagClassName
{
border-color: #C06816;
}
</style>