Shades of Chocolate #C66C1E
Tints of Chocolate #C66C1E
RGB
CMYK
RGB Variations
Color information
#C66C1E (or 0xC66C1E) is known color: Chocolate. HEX triplet: C6, 6C and 1E. RGB value is (198,108,30). Sum of RGB (Red+Green+Blue) = 198+108+30=336 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.93% from 336); Green value is 108 (42.58% from 255 or 32.14% from 336); Blue value is 30 (12.11% from 255 or 8.93% from 336); Max value from RGB is 198 - color contains mainly: red. Hex color #C66C1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66C1E is #3993E1. Grayscale: #7E7E7E. Windows color (decimal): -3773410 or 1993926. OLE color: 1993926.
HSL color Cylindrical-coordinate representation of color #C66C1E: hue angle of 27.86º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C66C1E is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 108 | 30 | - |
| CMYK | 0 | 0.45 | 0.85 | 0.22 |
| HSL | 27.86º | 0.74% | 0.45% | - |
| HSV(B) | 27.86º | 0.85% | 0.78% | - |
| XYZ | 28.89 | 22.82 | 4.11 | - |
| YUV | 126.02 | 73.82 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 108 | 30 | 0 | 0.45 | 0.85 | 0.22 | 27.86 | 0.74 | 0.45 |
| Hex | C6 | 6C | 1E | 0 | 2D | 55 | 16 | 1C | 4A | 2D |
| Octal | 306 | 154 | 36 | 0 | 55 | 125 | 26 | 34 | 112 | 55 |
| Binary | 11000110 | 1101100 | 11110 | 0 | 101101 | 1010101 | 10110 | 11100 | 1001010 | 101101 |
Color Harmonies of #C66C1E
Complementary color
Monochromatic Colors of #C66C1E
Black with #C66C1E
Text Example
Text Example
White with #C66C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66C1E; }
p { color: rgb(198,108,30); }
H1.HeaderClassName
{
color: #C66C1E;
}
.AnyTagClassName
{
color: #C66C1E;
}
</style>
background-color css
<style>
a { background-color: #C66C1E; }
a { background-color: rgb(198,108,30); }
div.DivClassName
{
background-color: #C66C1E;
}
.BgClassName
{
background-color: #C66C1E;
}
</style>
border-color css
<style>
span { border-color: #C66C1E; }
span { border-color: rgb(198,108,30); }
td.TdClassName
{
border-color: #C66C1E;
}
.TagClassName
{
border-color: #C66C1E;
}
</style>