Shades of Chocolate #C06815
Tints of Chocolate #C06815
RGB
CMYK
RGB Variations
Color information
#C06815 (or 0xC06815) is known color: Chocolate. HEX triplet: C0, 68 and 15. RGB value is (192,104,21). Sum of RGB (Red+Green+Blue) = 192+104+21=317 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.57% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 21 (8.59% from 255 or 6.62% from 317); Max value from RGB is 192 - color contains mainly: red. Hex color #C06815 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06815 is #3F97EA. Grayscale: #797979. Windows color (decimal): -4167659 or 1403072. OLE color: 1403072.
HSL color Cylindrical-coordinate representation of color #C06815: hue angle of 29.12º degrees, saturation: 0.8, 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 #C06815 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 104 | 21 | - |
| CMYK | 0 | 0.46 | 0.89 | 0.25 |
| HSL | 29.12º | 0.8% | 0.42% | - |
| HSV(B) | 29.12º | 0.89% | 0.75% | - |
| XYZ | 26.82 | 21.16 | 3.38 | - |
| YUV | 120.85 | 71.65 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 104 | 21 | 0 | 0.46 | 0.89 | 0.25 | 29.12 | 0.8 | 0.42 |
| Hex | C0 | 68 | 15 | 0 | 2E | 59 | 19 | 1D | 50 | 2A |
| Octal | 300 | 150 | 25 | 0 | 56 | 131 | 31 | 35 | 120 | 52 |
| Binary | 11000000 | 1101000 | 10101 | 0 | 101110 | 1011001 | 11001 | 11101 | 1010000 | 101010 |
Color Harmonies of #C06815
Complementary color
Monochromatic Colors of #C06815
Black with #C06815
Text Example
Text Example
White with #C06815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06815; }
p { color: rgb(192,104,21); }
H1.HeaderClassName
{
color: #C06815;
}
.AnyTagClassName
{
color: #C06815;
}
</style>
background-color css
<style>
a { background-color: #C06815; }
a { background-color: rgb(192,104,21); }
div.DivClassName
{
background-color: #C06815;
}
.BgClassName
{
background-color: #C06815;
}
</style>
border-color css
<style>
span { border-color: #C06815; }
span { border-color: rgb(192,104,21); }
td.TdClassName
{
border-color: #C06815;
}
.TagClassName
{
border-color: #C06815;
}
</style>