Shades of Zorba #998F84
Tints of Zorba #998F84
RGB
CMYK
RGB Variations
Color information
#998F84 (or 0x998F84) is known color: Zorba. HEX triplet: 99, 8F and 84. RGB value is (153,143,132). Sum of RGB (Red+Green+Blue) = 153+143+132=428 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.75% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 132 (51.95% from 255 or 30.84% from 428); Max value from RGB is 153 - color contains mainly: red. Hex color #998F84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998F84 is #66707B. Grayscale: #909090. Windows color (decimal): -6713468 or 8687513. OLE color: 8687513.
HSL color Cylindrical-coordinate representation of color #998F84: hue angle of 31.43º 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 #998F84 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 143 | 132 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.4 |
| HSL | 31.43º | 0.09% | 0.56% | - |
| HSV(B) | 31.43º | 0.14% | 0.6% | - |
| XYZ | 27.12 | 28.08 | 25.82 | - |
| YUV | 144.74 | 120.81 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 132 | 0 | 0.07 | 0.14 | 0.4 | 31.43 | 0.09 | 0.56 |
| Hex | 99 | 8F | 84 | 0 | 7 | E | 28 | 1F | 9 | 38 |
| Octal | 231 | 217 | 204 | 0 | 7 | 16 | 50 | 37 | 11 | 70 |
| Binary | 10011001 | 10001111 | 10000100 | 0 | 111 | 1110 | 101000 | 11111 | 1001 | 111000 |
Color Harmonies of #998F84
Complementary color
Monochromatic Colors of #998F84
Black with #998F84
Text Example
Text Example
White with #998F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998F84; }
p { color: rgb(153,143,132); }
H1.HeaderClassName
{
color: #998F84;
}
.AnyTagClassName
{
color: #998F84;
}
</style>
background-color css
<style>
a { background-color: #998F84; }
a { background-color: rgb(153,143,132); }
div.DivClassName
{
background-color: #998F84;
}
.BgClassName
{
background-color: #998F84;
}
</style>
border-color css
<style>
span { border-color: #998F84; }
span { border-color: rgb(153,143,132); }
td.TdClassName
{
border-color: #998F84;
}
.TagClassName
{
border-color: #998F84;
}
</style>