Shades of Zest #C66D40
Tints of Zest #C66D40
RGB
CMYK
RGB Variations
Color information
#C66D40 (or 0xC66D40) is known color: Zest. HEX triplet: C6, 6D and 40. RGB value is (198,109,64). Sum of RGB (Red+Green+Blue) = 198+109+64=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C66D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66D40 is #3992BF. Grayscale: #828282. Windows color (decimal): -3773120 or 4222406. OLE color: 4222406.
HSL color Cylindrical-coordinate representation of color #C66D40: hue angle of 20.15º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C66D40 is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 109 | 64 | - |
| CMYK | 0 | 0.45 | 0.68 | 0.22 |
| HSL | 20.15º | 0.54% | 0.51% | - |
| HSV(B) | 20.15º | 0.68% | 0.78% | - |
| XYZ | 29.68 | 23.31 | 7.79 | - |
| YUV | 130.48 | 90.49 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 109 | 64 | 0 | 0.45 | 0.68 | 0.22 | 20.15 | 0.54 | 0.51 |
| Hex | C6 | 6D | 40 | 0 | 2D | 44 | 16 | 14 | 36 | 33 |
| Octal | 306 | 155 | 100 | 0 | 55 | 104 | 26 | 24 | 66 | 63 |
| Binary | 11000110 | 1101101 | 1000000 | 0 | 101101 | 1000100 | 10110 | 10100 | 110110 | 110011 |
Color Harmonies of #C66D40
Complementary color
Monochromatic Colors of #C66D40
Black with #C66D40
Text Example
Text Example
White with #C66D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66D40; }
p { color: rgb(198,109,64); }
H1.HeaderClassName
{
color: #C66D40;
}
.AnyTagClassName
{
color: #C66D40;
}
</style>
background-color css
<style>
a { background-color: #C66D40; }
a { background-color: rgb(198,109,64); }
div.DivClassName
{
background-color: #C66D40;
}
.BgClassName
{
background-color: #C66D40;
}
</style>
border-color css
<style>
span { border-color: #C66D40; }
span { border-color: rgb(198,109,64); }
td.TdClassName
{
border-color: #C66D40;
}
.TagClassName
{
border-color: #C66D40;
}
</style>