Shades of Zest #C67635
Tints of Zest #C67635
RGB
CMYK
RGB Variations
Color information
#C67635 (or 0xC67635) is known color: Zest. HEX triplet: C6, 76 and 35. RGB value is (198,118,53). Sum of RGB (Red+Green+Blue) = 198+118+53=369 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.66% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 53 (21.09% from 255 or 14.36% from 369); Max value from RGB is 198 - color contains mainly: red. Hex color #C67635 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67635 is #3989CA. Grayscale: #868686. Windows color (decimal): -3770827 or 3503814. OLE color: 3503814.
HSL color Cylindrical-coordinate representation of color #C67635: hue angle of 26.9º degrees, saturation: 0.58, 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 #C67635 is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 118 | 53 | - |
| CMYK | 0 | 0.40 | 0.73 | 0.22 |
| HSL | 26.9º | 0.58% | 0.49% | - |
| HSV(B) | 26.9º | 0.73% | 0.78% | - |
| XYZ | 30.41 | 25.22 | 6.63 | - |
| YUV | 134.51 | 82 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 118 | 53 | 0 | 0.40 | 0.73 | 0.22 | 26.9 | 0.58 | 0.49 |
| Hex | C6 | 76 | 35 | 0 | 28 | 49 | 16 | 1B | 3A | 31 |
| Octal | 306 | 166 | 65 | 0 | 50 | 111 | 26 | 33 | 72 | 61 |
| Binary | 11000110 | 1110110 | 110101 | 0 | 101000 | 1001001 | 10110 | 11011 | 111010 | 110001 |
Color Harmonies of #C67635
Complementary color
Monochromatic Colors of #C67635
Black with #C67635
Text Example
Text Example
White with #C67635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67635; }
p { color: rgb(198,118,53); }
H1.HeaderClassName
{
color: #C67635;
}
.AnyTagClassName
{
color: #C67635;
}
</style>
background-color css
<style>
a { background-color: #C67635; }
a { background-color: rgb(198,118,53); }
div.DivClassName
{
background-color: #C67635;
}
.BgClassName
{
background-color: #C67635;
}
</style>
border-color css
<style>
span { border-color: #C67635; }
span { border-color: rgb(198,118,53); }
td.TdClassName
{
border-color: #C67635;
}
.TagClassName
{
border-color: #C67635;
}
</style>