Shades of Zest #C67636
Tints of Zest #C67636
RGB
CMYK
RGB Variations
Color information
#C67636 (or 0xC67636) is known color: Zest. HEX triplet: C6, 76 and 36. RGB value is (198,118,54). Sum of RGB (Red+Green+Blue) = 198+118+54=370 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.51% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 54 (21.48% from 255 or 14.59% from 370); Max value from RGB is 198 - color contains mainly: red. Hex color #C67636 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67636 is #3989C9. Grayscale: #868686. Windows color (decimal): -3770826 or 3569350. OLE color: 3569350.
HSL color Cylindrical-coordinate representation of color #C67636: hue angle of 26.67º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C67636 is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 118 | 54 | - |
| CMYK | 0 | 0.40 | 0.73 | 0.22 |
| HSL | 26.67º | 0.57% | 0.49% | - |
| HSV(B) | 26.67º | 0.73% | 0.78% | - |
| XYZ | 30.43 | 25.23 | 6.76 | - |
| YUV | 134.62 | 82.5 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 118 | 54 | 0 | 0.40 | 0.73 | 0.22 | 26.67 | 0.57 | 0.49 |
| Hex | C6 | 76 | 36 | 0 | 28 | 49 | 16 | 1B | 39 | 31 |
| Octal | 306 | 166 | 66 | 0 | 50 | 111 | 26 | 33 | 71 | 61 |
| Binary | 11000110 | 1110110 | 110110 | 0 | 101000 | 1001001 | 10110 | 11011 | 111001 | 110001 |
Color Harmonies of #C67636
Complementary color
Monochromatic Colors of #C67636
Black with #C67636
Text Example
Text Example
White with #C67636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67636; }
p { color: rgb(198,118,54); }
H1.HeaderClassName
{
color: #C67636;
}
.AnyTagClassName
{
color: #C67636;
}
</style>
background-color css
<style>
a { background-color: #C67636; }
a { background-color: rgb(198,118,54); }
div.DivClassName
{
background-color: #C67636;
}
.BgClassName
{
background-color: #C67636;
}
</style>
border-color css
<style>
span { border-color: #C67636; }
span { border-color: rgb(198,118,54); }
td.TdClassName
{
border-color: #C67636;
}
.TagClassName
{
border-color: #C67636;
}
</style>