Shades of Zest #C67540
Tints of Zest #C67540
RGB
CMYK
RGB Variations
Color information
#C67540 (or 0xC67540) is known color: Zest. HEX triplet: C6, 75 and 40. RGB value is (198,117,64). Sum of RGB (Red+Green+Blue) = 198+117+64=379 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.24% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 64 (25.39% from 255 or 16.89% from 379); Max value from RGB is 198 - color contains mainly: red. Hex color #C67540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67540 is #398ABF. Grayscale: #878787. Windows color (decimal): -3771072 or 4224454. OLE color: 4224454.
HSL color Cylindrical-coordinate representation of color #C67540: hue angle of 23.73º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C67540 is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 117 | 64 | - |
| CMYK | 0 | 0.41 | 0.68 | 0.22 |
| HSL | 23.73º | 0.54% | 0.51% | - |
| HSV(B) | 23.73º | 0.68% | 0.78% | - |
| XYZ | 30.58 | 25.1 | 8.08 | - |
| YUV | 135.18 | 87.84 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 117 | 64 | 0 | 0.41 | 0.68 | 0.22 | 23.73 | 0.54 | 0.51 |
| Hex | C6 | 75 | 40 | 0 | 29 | 44 | 16 | 18 | 36 | 33 |
| Octal | 306 | 165 | 100 | 0 | 51 | 104 | 26 | 30 | 66 | 63 |
| Binary | 11000110 | 1110101 | 1000000 | 0 | 101001 | 1000100 | 10110 | 11000 | 110110 | 110011 |
Color Harmonies of #C67540
Complementary color
Monochromatic Colors of #C67540
Black with #C67540
Text Example
Text Example
White with #C67540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67540; }
p { color: rgb(198,117,64); }
H1.HeaderClassName
{
color: #C67540;
}
.AnyTagClassName
{
color: #C67540;
}
</style>
background-color css
<style>
a { background-color: #C67540; }
a { background-color: rgb(198,117,64); }
div.DivClassName
{
background-color: #C67540;
}
.BgClassName
{
background-color: #C67540;
}
</style>
border-color css
<style>
span { border-color: #C67540; }
span { border-color: rgb(198,117,64); }
td.TdClassName
{
border-color: #C67540;
}
.TagClassName
{
border-color: #C67540;
}
</style>