Shades of Zorba #998E84
Tints of Zorba #998E84
RGB
CMYK
RGB Variations
Color information
#998E84 (or 0x998E84) is known color: Zorba. HEX triplet: 99, 8E and 84. RGB value is (153,142,132). Sum of RGB (Red+Green+Blue) = 153+142+132=427 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.83% from 427); Green value is 142 (55.86% from 255 or 33.26% from 427); Blue value is 132 (51.95% from 255 or 30.91% from 427); Max value from RGB is 153 - color contains mainly: red. Hex color #998E84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998E84 is #66717B. Grayscale: #909090. Windows color (decimal): -6713724 or 8687257. OLE color: 8687257.
HSL color Cylindrical-coordinate representation of color #998E84: hue angle of 28.57º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #998E84 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 142 | 132 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.4 |
| HSL | 28.57º | 0.09% | 0.56% | - |
| HSV(B) | 28.57º | 0.14% | 0.6% | - |
| XYZ | 26.97 | 27.78 | 25.77 | - |
| YUV | 144.15 | 121.14 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 142 | 132 | 0 | 0.07 | 0.14 | 0.4 | 28.57 | 0.09 | 0.56 |
| Hex | 99 | 8E | 84 | 0 | 7 | E | 28 | 1D | 9 | 38 |
| Octal | 231 | 216 | 204 | 0 | 7 | 16 | 50 | 35 | 11 | 70 |
| Binary | 10011001 | 10001110 | 10000100 | 0 | 111 | 1110 | 101000 | 11101 | 1001 | 111000 |
Color Harmonies of #998E84
Complementary color
Monochromatic Colors of #998E84
Black with #998E84
Text Example
Text Example
White with #998E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998E84; }
p { color: rgb(153,142,132); }
H1.HeaderClassName
{
color: #998E84;
}
.AnyTagClassName
{
color: #998E84;
}
</style>
background-color css
<style>
a { background-color: #998E84; }
a { background-color: rgb(153,142,132); }
div.DivClassName
{
background-color: #998E84;
}
.BgClassName
{
background-color: #998E84;
}
</style>
border-color css
<style>
span { border-color: #998E84; }
span { border-color: rgb(153,142,132); }
td.TdClassName
{
border-color: #998E84;
}
.TagClassName
{
border-color: #998E84;
}
</style>