Shades of Chocolate #C06516
Tints of Chocolate #C06516
RGB
CMYK
RGB Variations
Color information
#C06516 (or 0xC06516) is known color: Chocolate. HEX triplet: C0, 65 and 16. RGB value is (192,101,22). Sum of RGB (Red+Green+Blue) = 192+101+22=315 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.95% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 22 (8.98% from 255 or 6.98% from 315); Max value from RGB is 192 - color contains mainly: red. Hex color #C06516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06516 is #3F9AE9. Grayscale: #777777. Windows color (decimal): -4168426 or 1467840. OLE color: 1467840.
HSL color Cylindrical-coordinate representation of color #C06516: hue angle of 27.88º 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 #C06516 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 101 | 22 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.25 |
| HSL | 27.88º | 0.79% | 0.42% | - |
| HSV(B) | 27.88º | 0.89% | 0.75% | - |
| XYZ | 26.54 | 20.57 | 3.33 | - |
| YUV | 119.2 | 73.15 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 101 | 22 | 0 | 0.47 | 0.89 | 0.25 | 27.88 | 0.79 | 0.42 |
| Hex | C0 | 65 | 16 | 0 | 2F | 59 | 19 | 1C | 4F | 2A |
| Octal | 300 | 145 | 26 | 0 | 57 | 131 | 31 | 34 | 117 | 52 |
| Binary | 11000000 | 1100101 | 10110 | 0 | 101111 | 1011001 | 11001 | 11100 | 1001111 | 101010 |
Color Harmonies of #C06516
Complementary color
Monochromatic Colors of #C06516
Black with #C06516
Text Example
Text Example
White with #C06516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06516; }
p { color: rgb(192,101,22); }
H1.HeaderClassName
{
color: #C06516;
}
.AnyTagClassName
{
color: #C06516;
}
</style>
background-color css
<style>
a { background-color: #C06516; }
a { background-color: rgb(192,101,22); }
div.DivClassName
{
background-color: #C06516;
}
.BgClassName
{
background-color: #C06516;
}
</style>
border-color css
<style>
span { border-color: #C06516; }
span { border-color: rgb(192,101,22); }
td.TdClassName
{
border-color: #C06516;
}
.TagClassName
{
border-color: #C06516;
}
</style>