Shades of Zest #C67436
Tints of Zest #C67436
RGB
CMYK
RGB Variations
Color information
#C67436 (or 0xC67436) is known color: Zest. HEX triplet: C6, 74 and 36. RGB value is (198,116,54). Sum of RGB (Red+Green+Blue) = 198+116+54=368 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.80% from 368); Green value is 116 (45.70% from 255 or 31.52% from 368); Blue value is 54 (21.48% from 255 or 14.67% from 368); Max value from RGB is 198 - color contains mainly: red. Hex color #C67436 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67436 is #398BC9. Grayscale: #858585. Windows color (decimal): -3771338 or 3568838. OLE color: 3568838.
HSL color Cylindrical-coordinate representation of color #C67436: hue angle of 25.83º 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 #C67436 is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 116 | 54 | - |
| CMYK | 0 | 0.41 | 0.73 | 0.22 |
| HSL | 25.83º | 0.57% | 0.49% | - |
| HSV(B) | 25.83º | 0.73% | 0.78% | - |
| XYZ | 30.2 | 24.76 | 6.68 | - |
| YUV | 133.45 | 83.17 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 116 | 54 | 0 | 0.41 | 0.73 | 0.22 | 25.83 | 0.57 | 0.49 |
| Hex | C6 | 74 | 36 | 0 | 29 | 49 | 16 | 1A | 39 | 31 |
| Octal | 306 | 164 | 66 | 0 | 51 | 111 | 26 | 32 | 71 | 61 |
| Binary | 11000110 | 1110100 | 110110 | 0 | 101001 | 1001001 | 10110 | 11010 | 111001 | 110001 |
Color Harmonies of #C67436
Complementary color
Monochromatic Colors of #C67436
Black with #C67436
Text Example
Text Example
White with #C67436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67436; }
p { color: rgb(198,116,54); }
H1.HeaderClassName
{
color: #C67436;
}
.AnyTagClassName
{
color: #C67436;
}
</style>
background-color css
<style>
a { background-color: #C67436; }
a { background-color: rgb(198,116,54); }
div.DivClassName
{
background-color: #C67436;
}
.BgClassName
{
background-color: #C67436;
}
</style>
border-color css
<style>
span { border-color: #C67436; }
span { border-color: rgb(198,116,54); }
td.TdClassName
{
border-color: #C67436;
}
.TagClassName
{
border-color: #C67436;
}
</style>