Shades of Chocolate #C66516
Tints of Chocolate #C66516
RGB
CMYK
RGB Variations
Color information
#C66516 (or 0xC66516) is known color: Chocolate. HEX triplet: C6, 65 and 16. RGB value is (198,101,22). Sum of RGB (Red+Green+Blue) = 198+101+22=321 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.68% from 321); Green value is 101 (39.84% from 255 or 31.46% from 321); Blue value is 22 (8.98% from 255 or 6.85% from 321); Max value from RGB is 198 - color contains mainly: red. Hex color #C66516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66516 is #399AE9. Grayscale: #797979. Windows color (decimal): -3775210 or 1467846. OLE color: 1467846.
HSL color Cylindrical-coordinate representation of color #C66516: hue angle of 26.93º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C66516 is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 101 | 22 | - |
| CMYK | 0 | 0.49 | 0.89 | 0.22 |
| HSL | 26.93º | 0.8% | 0.43% | - |
| HSV(B) | 26.93º | 0.89% | 0.78% | - |
| XYZ | 28.09 | 21.37 | 3.4 | - |
| YUV | 121 | 72.14 | 182.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 101 | 22 | 0 | 0.49 | 0.89 | 0.22 | 26.93 | 0.8 | 0.43 |
| Hex | C6 | 65 | 16 | 0 | 31 | 59 | 16 | 1B | 50 | 2B |
| Octal | 306 | 145 | 26 | 0 | 61 | 131 | 26 | 33 | 120 | 53 |
| Binary | 11000110 | 1100101 | 10110 | 0 | 110001 | 1011001 | 10110 | 11011 | 1010000 | 101011 |
Color Harmonies of #C66516
Complementary color
Monochromatic Colors of #C66516
Black with #C66516
Text Example
Text Example
White with #C66516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66516; }
p { color: rgb(198,101,22); }
H1.HeaderClassName
{
color: #C66516;
}
.AnyTagClassName
{
color: #C66516;
}
</style>
background-color css
<style>
a { background-color: #C66516; }
a { background-color: rgb(198,101,22); }
div.DivClassName
{
background-color: #C66516;
}
.BgClassName
{
background-color: #C66516;
}
</style>
border-color css
<style>
span { border-color: #C66516; }
span { border-color: rgb(198,101,22); }
td.TdClassName
{
border-color: #C66516;
}
.TagClassName
{
border-color: #C66516;
}
</style>