Shades of Zest #C67640
Tints of Zest #C67640
RGB
CMYK
RGB Variations
Color information
#C67640 (or 0xC67640) is known color: Zest. HEX triplet: C6, 76 and 40. RGB value is (198,118,64). Sum of RGB (Red+Green+Blue) = 198+118+64=380 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.11% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 64 (25.39% from 255 or 16.84% from 380); Max value from RGB is 198 - color contains mainly: red. Hex color #C67640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67640 is #3989BF. Grayscale: #888888. Windows color (decimal): -3770816 or 4224710. OLE color: 4224710.
HSL color Cylindrical-coordinate representation of color #C67640: hue angle of 24.18º 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 #C67640 is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 118 | 64 | - |
| CMYK | 0 | 0.40 | 0.68 | 0.22 |
| HSL | 24.18º | 0.54% | 0.51% | - |
| HSV(B) | 24.18º | 0.68% | 0.78% | - |
| XYZ | 30.69 | 25.33 | 8.12 | - |
| YUV | 135.76 | 87.5 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 118 | 64 | 0 | 0.40 | 0.68 | 0.22 | 24.18 | 0.54 | 0.51 |
| Hex | C6 | 76 | 40 | 0 | 28 | 44 | 16 | 18 | 36 | 33 |
| Octal | 306 | 166 | 100 | 0 | 50 | 104 | 26 | 30 | 66 | 63 |
| Binary | 11000110 | 1110110 | 1000000 | 0 | 101000 | 1000100 | 10110 | 11000 | 110110 | 110011 |
Color Harmonies of #C67640
Complementary color
Monochromatic Colors of #C67640
Black with #C67640
Text Example
Text Example
White with #C67640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67640; }
p { color: rgb(198,118,64); }
H1.HeaderClassName
{
color: #C67640;
}
.AnyTagClassName
{
color: #C67640;
}
</style>
background-color css
<style>
a { background-color: #C67640; }
a { background-color: rgb(198,118,64); }
div.DivClassName
{
background-color: #C67640;
}
.BgClassName
{
background-color: #C67640;
}
</style>
border-color css
<style>
span { border-color: #C67640; }
span { border-color: rgb(198,118,64); }
td.TdClassName
{
border-color: #C67640;
}
.TagClassName
{
border-color: #C67640;
}
</style>