Shades of Zest #C67634
Tints of Zest #C67634
RGB
CMYK
RGB Variations
Color information
#C67634 (or 0xC67634) is known color: Zest. HEX triplet: C6, 76 and 34. RGB value is (198,118,52). Sum of RGB (Red+Green+Blue) = 198+118+52=368 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.80% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 52 (20.70% from 255 or 14.13% from 368); Max value from RGB is 198 - color contains mainly: red. Hex color #C67634 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67634 is #3989CB. Grayscale: #868686. Windows color (decimal): -3770828 or 3438278. OLE color: 3438278.
HSL color Cylindrical-coordinate representation of color #C67634: hue angle of 27.12º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C67634 is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 118 | 52 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.22 |
| HSL | 27.12º | 0.58% | 0.49% | - |
| HSV(B) | 27.12º | 0.74% | 0.78% | - |
| XYZ | 30.39 | 25.21 | 6.51 | - |
| YUV | 134.4 | 81.5 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 118 | 52 | 0 | 0.40 | 0.74 | 0.22 | 27.12 | 0.58 | 0.49 |
| Hex | C6 | 76 | 34 | 0 | 28 | 4A | 16 | 1B | 3A | 31 |
| Octal | 306 | 166 | 64 | 0 | 50 | 112 | 26 | 33 | 72 | 61 |
| Binary | 11000110 | 1110110 | 110100 | 0 | 101000 | 1001010 | 10110 | 11011 | 111010 | 110001 |
Color Harmonies of #C67634
Complementary color
Monochromatic Colors of #C67634
Black with #C67634
Text Example
Text Example
White with #C67634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67634; }
p { color: rgb(198,118,52); }
H1.HeaderClassName
{
color: #C67634;
}
.AnyTagClassName
{
color: #C67634;
}
</style>
background-color css
<style>
a { background-color: #C67634; }
a { background-color: rgb(198,118,52); }
div.DivClassName
{
background-color: #C67634;
}
.BgClassName
{
background-color: #C67634;
}
</style>
border-color css
<style>
span { border-color: #C67634; }
span { border-color: rgb(198,118,52); }
td.TdClassName
{
border-color: #C67634;
}
.TagClassName
{
border-color: #C67634;
}
</style>