Shades of Chocolate #C66916
Tints of Chocolate #C66916
RGB
CMYK
RGB Variations
Color information
#C66916 (or 0xC66916) is known color: Chocolate. HEX triplet: C6, 69 and 16. RGB value is (198,105,22). Sum of RGB (Red+Green+Blue) = 198+105+22=325 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.92% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 22 (8.98% from 255 or 6.77% from 325); Max value from RGB is 198 - color contains mainly: red. Hex color #C66916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66916 is #3996E9. Grayscale: #7B7B7B. Windows color (decimal): -3774186 or 1468870. OLE color: 1468870.
HSL color Cylindrical-coordinate representation of color #C66916: hue angle of 28.3º 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 #C66916 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 105 | 22 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.22 |
| HSL | 28.3º | 0.8% | 0.43% | - |
| HSV(B) | 28.3º | 0.89% | 0.78% | - |
| XYZ | 28.49 | 22.17 | 3.54 | - |
| YUV | 123.35 | 70.81 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 105 | 22 | 0 | 0.47 | 0.89 | 0.22 | 28.3 | 0.8 | 0.43 |
| Hex | C6 | 69 | 16 | 0 | 2F | 59 | 16 | 1C | 50 | 2B |
| Octal | 306 | 151 | 26 | 0 | 57 | 131 | 26 | 34 | 120 | 53 |
| Binary | 11000110 | 1101001 | 10110 | 0 | 101111 | 1011001 | 10110 | 11100 | 1010000 | 101011 |
Color Harmonies of #C66916
Complementary color
Monochromatic Colors of #C66916
Black with #C66916
Text Example
Text Example
White with #C66916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66916; }
p { color: rgb(198,105,22); }
H1.HeaderClassName
{
color: #C66916;
}
.AnyTagClassName
{
color: #C66916;
}
</style>
background-color css
<style>
a { background-color: #C66916; }
a { background-color: rgb(198,105,22); }
div.DivClassName
{
background-color: #C66916;
}
.BgClassName
{
background-color: #C66916;
}
</style>
border-color css
<style>
span { border-color: #C66916; }
span { border-color: rgb(198,105,22); }
td.TdClassName
{
border-color: #C66916;
}
.TagClassName
{
border-color: #C66916;
}
</style>