Shades of Chocolate #C66E0F
Tints of Chocolate #C66E0F
RGB
CMYK
RGB Variations
Color information
#C66E0F (or 0xC66E0F) is known color: Chocolate. HEX triplet: C6, 6E and 0F. RGB value is (198,110,15). Sum of RGB (Red+Green+Blue) = 198+110+15=323 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.30% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 15 (6.25% from 255 or 4.64% from 323); Max value from RGB is 198 - color contains mainly: red. Hex color #C66E0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66E0F is #3991F0. Grayscale: #7D7D7D. Windows color (decimal): -3772913 or 1011398. OLE color: 1011398.
HSL color Cylindrical-coordinate representation of color #C66E0F: hue angle of 31.15º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C66E0F is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 110 | 15 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.22 |
| HSL | 31.15º | 0.86% | 0.42% | - |
| HSV(B) | 31.15º | 0.92% | 0.78% | - |
| XYZ | 28.95 | 23.19 | 3.4 | - |
| YUV | 125.48 | 65.65 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 110 | 15 | 0 | 0.44 | 0.92 | 0.22 | 31.15 | 0.86 | 0.42 |
| Hex | C6 | 6E | F | 0 | 2C | 5C | 16 | 1F | 56 | 2A |
| Octal | 306 | 156 | 17 | 0 | 54 | 134 | 26 | 37 | 126 | 52 |
| Binary | 11000110 | 1101110 | 1111 | 0 | 101100 | 1011100 | 10110 | 11111 | 1010110 | 101010 |
Color Harmonies of #C66E0F
Complementary color
Monochromatic Colors of #C66E0F
Black with #C66E0F
Text Example
Text Example
White with #C66E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66E0F; }
p { color: rgb(198,110,15); }
H1.HeaderClassName
{
color: #C66E0F;
}
.AnyTagClassName
{
color: #C66E0F;
}
</style>
background-color css
<style>
a { background-color: #C66E0F; }
a { background-color: rgb(198,110,15); }
div.DivClassName
{
background-color: #C66E0F;
}
.BgClassName
{
background-color: #C66E0F;
}
</style>
border-color css
<style>
span { border-color: #C66E0F; }
span { border-color: rgb(198,110,15); }
td.TdClassName
{
border-color: #C66E0F;
}
.TagClassName
{
border-color: #C66E0F;
}
</style>