Shades of Zest #C67646
Tints of Zest #C67646
RGB
CMYK
RGB Variations
Color information
#C67646 (or 0xC67646) is known color: Zest. HEX triplet: C6, 76 and 46. RGB value is (198,118,70). Sum of RGB (Red+Green+Blue) = 198+118+70=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 70 (27.73% from 255 or 18.13% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C67646 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67646 is #3989B9. Grayscale: #888888. Windows color (decimal): -3770810 or 4617926. OLE color: 4617926.
HSL color Cylindrical-coordinate representation of color #C67646: hue angle of 22.5º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C67646 is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 118 | 70 | - |
| CMYK | 0 | 0.40 | 0.65 | 0.22 |
| HSL | 22.5º | 0.53% | 0.53% | - |
| HSV(B) | 22.5º | 0.65% | 0.78% | - |
| XYZ | 30.87 | 25.4 | 9.07 | - |
| YUV | 136.45 | 90.5 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 118 | 70 | 0 | 0.40 | 0.65 | 0.22 | 22.5 | 0.53 | 0.53 |
| Hex | C6 | 76 | 46 | 0 | 28 | 41 | 16 | 16 | 35 | 35 |
| Octal | 306 | 166 | 106 | 0 | 50 | 101 | 26 | 26 | 65 | 65 |
| Binary | 11000110 | 1110110 | 1000110 | 0 | 101000 | 1000001 | 10110 | 10110 | 110101 | 110101 |
Color Harmonies of #C67646
Complementary color
Monochromatic Colors of #C67646
Black with #C67646
Text Example
Text Example
White with #C67646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67646; }
p { color: rgb(198,118,70); }
H1.HeaderClassName
{
color: #C67646;
}
.AnyTagClassName
{
color: #C67646;
}
</style>
background-color css
<style>
a { background-color: #C67646; }
a { background-color: rgb(198,118,70); }
div.DivClassName
{
background-color: #C67646;
}
.BgClassName
{
background-color: #C67646;
}
</style>
border-color css
<style>
span { border-color: #C67646; }
span { border-color: rgb(198,118,70); }
td.TdClassName
{
border-color: #C67646;
}
.TagClassName
{
border-color: #C67646;
}
</style>