Shades of Zest #C67538
Tints of Zest #C67538
RGB
CMYK
RGB Variations
Color information
#C67538 (or 0xC67538) is known color: Zest. HEX triplet: C6, 75 and 38. RGB value is (198,117,56). Sum of RGB (Red+Green+Blue) = 198+117+56=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 56 (22.27% from 255 or 15.09% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C67538 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67538 is #398AC7. Grayscale: #868686. Windows color (decimal): -3771080 or 3700166. OLE color: 3700166.
HSL color Cylindrical-coordinate representation of color #C67538: hue angle of 25.77º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C67538 is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 117 | 56 | - |
| CMYK | 0 | 0.41 | 0.72 | 0.22 |
| HSL | 25.77º | 0.56% | 0.5% | - |
| HSV(B) | 25.77º | 0.72% | 0.78% | - |
| XYZ | 30.36 | 25.01 | 6.97 | - |
| YUV | 134.27 | 83.84 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 117 | 56 | 0 | 0.41 | 0.72 | 0.22 | 25.77 | 0.56 | 0.5 |
| Hex | C6 | 75 | 38 | 0 | 29 | 48 | 16 | 1A | 38 | 32 |
| Octal | 306 | 165 | 70 | 0 | 51 | 110 | 26 | 32 | 70 | 62 |
| Binary | 11000110 | 1110101 | 111000 | 0 | 101001 | 1001000 | 10110 | 11010 | 111000 | 110010 |
Color Harmonies of #C67538
Complementary color
Monochromatic Colors of #C67538
Black with #C67538
Text Example
Text Example
White with #C67538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67538; }
p { color: rgb(198,117,56); }
H1.HeaderClassName
{
color: #C67538;
}
.AnyTagClassName
{
color: #C67538;
}
</style>
background-color css
<style>
a { background-color: #C67538; }
a { background-color: rgb(198,117,56); }
div.DivClassName
{
background-color: #C67538;
}
.BgClassName
{
background-color: #C67538;
}
</style>
border-color css
<style>
span { border-color: #C67538; }
span { border-color: rgb(198,117,56); }
td.TdClassName
{
border-color: #C67538;
}
.TagClassName
{
border-color: #C67538;
}
</style>