Shades of Zest #C67736
Tints of Zest #C67736
RGB
CMYK
RGB Variations
Color information
#C67736 (or 0xC67736) is known color: Zest. HEX triplet: C6, 77 and 36. RGB value is (198,119,54). Sum of RGB (Red+Green+Blue) = 198+119+54=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 54 (21.48% from 255 or 14.56% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C67736 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67736 is #3988C9. Grayscale: #878787. Windows color (decimal): -3770570 or 3569606. OLE color: 3569606.
HSL color Cylindrical-coordinate representation of color #C67736: hue angle of 27.08º 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 #C67736 is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 119 | 54 | - |
| CMYK | 0 | 0.40 | 0.73 | 0.22 |
| HSL | 27.08º | 0.57% | 0.49% | - |
| HSV(B) | 27.08º | 0.73% | 0.78% | - |
| XYZ | 30.55 | 25.47 | 6.8 | - |
| YUV | 135.21 | 82.17 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 119 | 54 | 0 | 0.40 | 0.73 | 0.22 | 27.08 | 0.57 | 0.49 |
| Hex | C6 | 77 | 36 | 0 | 28 | 49 | 16 | 1B | 39 | 31 |
| Octal | 306 | 167 | 66 | 0 | 50 | 111 | 26 | 33 | 71 | 61 |
| Binary | 11000110 | 1110111 | 110110 | 0 | 101000 | 1001001 | 10110 | 11011 | 111001 | 110001 |
Color Harmonies of #C67736
Complementary color
Monochromatic Colors of #C67736
Black with #C67736
Text Example
Text Example
White with #C67736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67736; }
p { color: rgb(198,119,54); }
H1.HeaderClassName
{
color: #C67736;
}
.AnyTagClassName
{
color: #C67736;
}
</style>
background-color css
<style>
a { background-color: #C67736; }
a { background-color: rgb(198,119,54); }
div.DivClassName
{
background-color: #C67736;
}
.BgClassName
{
background-color: #C67736;
}
</style>
border-color css
<style>
span { border-color: #C67736; }
span { border-color: rgb(198,119,54); }
td.TdClassName
{
border-color: #C67736;
}
.TagClassName
{
border-color: #C67736;
}
</style>