Shades of Zest #C67734
Tints of Zest #C67734
RGB
CMYK
RGB Variations
Color information
#C67734 (or 0xC67734) is known color: Zest. HEX triplet: C6, 77 and 34. RGB value is (198,119,52). Sum of RGB (Red+Green+Blue) = 198+119+52=369 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.66% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 52 (20.70% from 255 or 14.09% from 369); Max value from RGB is 198 - color contains mainly: red. Hex color #C67734 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67734 is #3988CB. Grayscale: #878787. Windows color (decimal): -3770572 or 3438534. OLE color: 3438534.
HSL color Cylindrical-coordinate representation of color #C67734: hue angle of 27.53º 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 #C67734 is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 119 | 52 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.22 |
| HSL | 27.53º | 0.58% | 0.49% | - |
| HSV(B) | 27.53º | 0.74% | 0.78% | - |
| XYZ | 30.51 | 25.45 | 6.55 | - |
| YUV | 134.98 | 81.17 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 119 | 52 | 0 | 0.40 | 0.74 | 0.22 | 27.53 | 0.58 | 0.49 |
| Hex | C6 | 77 | 34 | 0 | 28 | 4A | 16 | 1C | 3A | 31 |
| Octal | 306 | 167 | 64 | 0 | 50 | 112 | 26 | 34 | 72 | 61 |
| Binary | 11000110 | 1110111 | 110100 | 0 | 101000 | 1001010 | 10110 | 11100 | 111010 | 110001 |
Color Harmonies of #C67734
Complementary color
Monochromatic Colors of #C67734
Black with #C67734
Text Example
Text Example
White with #C67734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67734; }
p { color: rgb(198,119,52); }
H1.HeaderClassName
{
color: #C67734;
}
.AnyTagClassName
{
color: #C67734;
}
</style>
background-color css
<style>
a { background-color: #C67734; }
a { background-color: rgb(198,119,52); }
div.DivClassName
{
background-color: #C67734;
}
.BgClassName
{
background-color: #C67734;
}
</style>
border-color css
<style>
span { border-color: #C67734; }
span { border-color: rgb(198,119,52); }
td.TdClassName
{
border-color: #C67734;
}
.TagClassName
{
border-color: #C67734;
}
</style>