Shades of Chocolate #C06A16
Tints of Chocolate #C06A16
RGB
CMYK
RGB Variations
Color information
#C06A16 (or 0xC06A16) is known color: Chocolate. HEX triplet: C0, 6A and 16. RGB value is (192,106,22). Sum of RGB (Red+Green+Blue) = 192+106+22=320 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60% from 320); Green value is 106 (41.80% from 255 or 33.12% from 320); Blue value is 22 (8.98% from 255 or 6.88% from 320); Max value from RGB is 192 - color contains mainly: red. Hex color #C06A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06A16 is #3F95E9. Grayscale: #7A7A7A. Windows color (decimal): -4167146 or 1469120. OLE color: 1469120.
HSL color Cylindrical-coordinate representation of color #C06A16: hue angle of 29.65º 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 #C06A16 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 106 | 22 | - |
| CMYK | 0 | 0.45 | 0.89 | 0.25 |
| HSL | 29.65º | 0.79% | 0.42% | - |
| HSV(B) | 29.65º | 0.89% | 0.75% | - |
| XYZ | 27.04 | 21.57 | 3.5 | - |
| YUV | 122.14 | 71.49 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 106 | 22 | 0 | 0.45 | 0.89 | 0.25 | 29.65 | 0.79 | 0.42 |
| Hex | C0 | 6A | 16 | 0 | 2D | 59 | 19 | 1E | 4F | 2A |
| Octal | 300 | 152 | 26 | 0 | 55 | 131 | 31 | 36 | 117 | 52 |
| Binary | 11000000 | 1101010 | 10110 | 0 | 101101 | 1011001 | 11001 | 11110 | 1001111 | 101010 |
Color Harmonies of #C06A16
Complementary color
Monochromatic Colors of #C06A16
Black with #C06A16
Text Example
Text Example
White with #C06A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06A16; }
p { color: rgb(192,106,22); }
H1.HeaderClassName
{
color: #C06A16;
}
.AnyTagClassName
{
color: #C06A16;
}
</style>
background-color css
<style>
a { background-color: #C06A16; }
a { background-color: rgb(192,106,22); }
div.DivClassName
{
background-color: #C06A16;
}
.BgClassName
{
background-color: #C06A16;
}
</style>
border-color css
<style>
span { border-color: #C06A16; }
span { border-color: rgb(192,106,22); }
td.TdClassName
{
border-color: #C06A16;
}
.TagClassName
{
border-color: #C06A16;
}
</style>