Shades of Zest #C67638
Tints of Zest #C67638
RGB
CMYK
RGB Variations
Color information
#C67638 (or 0xC67638) is known color: Zest. HEX triplet: C6, 76 and 38. RGB value is (198,118,56). Sum of RGB (Red+Green+Blue) = 198+118+56=372 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.23% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 56 (22.27% from 255 or 15.05% from 372); Max value from RGB is 198 - color contains mainly: red. Hex color #C67638 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67638 is #3989C7. Grayscale: #878787. Windows color (decimal): -3770824 or 3700422. OLE color: 3700422.
HSL color Cylindrical-coordinate representation of color #C67638: hue angle of 26.2º 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 #C67638 is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 118 | 56 | - |
| CMYK | 0 | 0.40 | 0.72 | 0.22 |
| HSL | 26.2º | 0.56% | 0.5% | - |
| HSV(B) | 26.2º | 0.72% | 0.78% | - |
| XYZ | 30.48 | 25.25 | 7.01 | - |
| YUV | 134.85 | 83.5 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 118 | 56 | 0 | 0.40 | 0.72 | 0.22 | 26.2 | 0.56 | 0.5 |
| Hex | C6 | 76 | 38 | 0 | 28 | 48 | 16 | 1A | 38 | 32 |
| Octal | 306 | 166 | 70 | 0 | 50 | 110 | 26 | 32 | 70 | 62 |
| Binary | 11000110 | 1110110 | 111000 | 0 | 101000 | 1001000 | 10110 | 11010 | 111000 | 110010 |
Color Harmonies of #C67638
Complementary color
Monochromatic Colors of #C67638
Black with #C67638
Text Example
Text Example
White with #C67638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67638; }
p { color: rgb(198,118,56); }
H1.HeaderClassName
{
color: #C67638;
}
.AnyTagClassName
{
color: #C67638;
}
</style>
background-color css
<style>
a { background-color: #C67638; }
a { background-color: rgb(198,118,56); }
div.DivClassName
{
background-color: #C67638;
}
.BgClassName
{
background-color: #C67638;
}
</style>
border-color css
<style>
span { border-color: #C67638; }
span { border-color: rgb(198,118,56); }
td.TdClassName
{
border-color: #C67638;
}
.TagClassName
{
border-color: #C67638;
}
</style>