Shades of Zorba #998D84
Tints of Zorba #998D84
RGB
CMYK
RGB Variations
Color information
#998D84 (or 0x998D84) is known color: Zorba. HEX triplet: 99, 8D and 84. RGB value is (153,141,132). Sum of RGB (Red+Green+Blue) = 153+141+132=426 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.92% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 132 (51.95% from 255 or 30.99% from 426); Max value from RGB is 153 - color contains mainly: red. Hex color #998D84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998D84 is #66727B. Grayscale: #8F8F8F. Windows color (decimal): -6713980 or 8687001. OLE color: 8687001.
HSL color Cylindrical-coordinate representation of color #998D84: hue angle of 25.71º 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 #998D84 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 141 | 132 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.4 |
| HSL | 25.71º | 0.09% | 0.56% | - |
| HSV(B) | 25.71º | 0.14% | 0.6% | - |
| XYZ | 26.83 | 27.49 | 25.72 | - |
| YUV | 143.56 | 121.48 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 132 | 0 | 0.08 | 0.14 | 0.4 | 25.71 | 0.09 | 0.56 |
| Hex | 99 | 8D | 84 | 0 | 8 | E | 28 | 1A | 9 | 38 |
| Octal | 231 | 215 | 204 | 0 | 10 | 16 | 50 | 32 | 11 | 70 |
| Binary | 10011001 | 10001101 | 10000100 | 0 | 1000 | 1110 | 101000 | 11010 | 1001 | 111000 |
Color Harmonies of #998D84
Complementary color
Monochromatic Colors of #998D84
Black with #998D84
Text Example
Text Example
White with #998D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998D84; }
p { color: rgb(153,141,132); }
H1.HeaderClassName
{
color: #998D84;
}
.AnyTagClassName
{
color: #998D84;
}
</style>
background-color css
<style>
a { background-color: #998D84; }
a { background-color: rgb(153,141,132); }
div.DivClassName
{
background-color: #998D84;
}
.BgClassName
{
background-color: #998D84;
}
</style>
border-color css
<style>
span { border-color: #998D84; }
span { border-color: rgb(153,141,132); }
td.TdClassName
{
border-color: #998D84;
}
.TagClassName
{
border-color: #998D84;
}
</style>