Shades of Chocolate #C06810
Tints of Chocolate #C06810
RGB
CMYK
RGB Variations
Color information
#C06810 (or 0xC06810) is known color: Chocolate. HEX triplet: C0, 68 and 10. RGB value is (192,104,16). Sum of RGB (Red+Green+Blue) = 192+104+16=312 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.54% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 16 (6.64% from 255 or 5.13% from 312); Max value from RGB is 192 - color contains mainly: red. Hex color #C06810 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06810 is #3F97EF. Grayscale: #787878. Windows color (decimal): -4167664 or 1075392. OLE color: 1075392.
HSL color Cylindrical-coordinate representation of color #C06810: hue angle of 30º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C06810 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 104 | 16 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.25 |
| HSL | 30º | 0.85% | 0.41% | - |
| HSV(B) | 30º | 0.92% | 0.75% | - |
| XYZ | 26.78 | 21.14 | 3.16 | - |
| YUV | 120.28 | 69.15 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 104 | 16 | 0 | 0.46 | 0.92 | 0.25 | 30 | 0.85 | 0.41 |
| Hex | C0 | 68 | 10 | 0 | 2E | 5C | 19 | 1E | 55 | 29 |
| Octal | 300 | 150 | 20 | 0 | 56 | 134 | 31 | 36 | 125 | 51 |
| Binary | 11000000 | 1101000 | 10000 | 0 | 101110 | 1011100 | 11001 | 11110 | 1010101 | 101001 |
Color Harmonies of #C06810
Complementary color
Monochromatic Colors of #C06810
Black with #C06810
Text Example
Text Example
White with #C06810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06810; }
p { color: rgb(192,104,16); }
H1.HeaderClassName
{
color: #C06810;
}
.AnyTagClassName
{
color: #C06810;
}
</style>
background-color css
<style>
a { background-color: #C06810; }
a { background-color: rgb(192,104,16); }
div.DivClassName
{
background-color: #C06810;
}
.BgClassName
{
background-color: #C06810;
}
</style>
border-color css
<style>
span { border-color: #C06810; }
span { border-color: rgb(192,104,16); }
td.TdClassName
{
border-color: #C06810;
}
.TagClassName
{
border-color: #C06810;
}
</style>