Shades of Zest #C67336
Tints of Zest #C67336
RGB
CMYK
RGB Variations
Color information
#C67336 (or 0xC67336) is known color: Zest. HEX triplet: C6, 73 and 36. RGB value is (198,115,54). Sum of RGB (Red+Green+Blue) = 198+115+54=367 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.95% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 54 (21.48% from 255 or 14.71% from 367); Max value from RGB is 198 - color contains mainly: red. Hex color #C67336 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67336 is #398CC9. Grayscale: #858585. Windows color (decimal): -3771594 or 3568582. OLE color: 3568582.
HSL color Cylindrical-coordinate representation of color #C67336: hue angle of 25.42º 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 #C67336 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 115 | 54 | - |
| CMYK | 0 | 0.42 | 0.73 | 0.22 |
| HSL | 25.42º | 0.57% | 0.49% | - |
| HSV(B) | 25.42º | 0.73% | 0.78% | - |
| XYZ | 30.09 | 24.53 | 6.64 | - |
| YUV | 132.86 | 83.5 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 115 | 54 | 0 | 0.42 | 0.73 | 0.22 | 25.42 | 0.57 | 0.49 |
| Hex | C6 | 73 | 36 | 0 | 2A | 49 | 16 | 19 | 39 | 31 |
| Octal | 306 | 163 | 66 | 0 | 52 | 111 | 26 | 31 | 71 | 61 |
| Binary | 11000110 | 1110011 | 110110 | 0 | 101010 | 1001001 | 10110 | 11001 | 111001 | 110001 |
Color Harmonies of #C67336
Complementary color
Monochromatic Colors of #C67336
Black with #C67336
Text Example
Text Example
White with #C67336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67336; }
p { color: rgb(198,115,54); }
H1.HeaderClassName
{
color: #C67336;
}
.AnyTagClassName
{
color: #C67336;
}
</style>
background-color css
<style>
a { background-color: #C67336; }
a { background-color: rgb(198,115,54); }
div.DivClassName
{
background-color: #C67336;
}
.BgClassName
{
background-color: #C67336;
}
</style>
border-color css
<style>
span { border-color: #C67336; }
span { border-color: rgb(198,115,54); }
td.TdClassName
{
border-color: #C67336;
}
.TagClassName
{
border-color: #C67336;
}
</style>