Shades of Zorba #998D85
Tints of Zorba #998D85
RGB
CMYK
RGB Variations
Color information
#998D85 (or 0x998D85) is known color: Zorba. HEX triplet: 99, 8D and 85. RGB value is (153,141,133). Sum of RGB (Red+Green+Blue) = 153+141+133=427 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.83% from 427); Green value is 141 (55.47% from 255 or 33.02% from 427); Blue value is 133 (52.34% from 255 or 31.15% from 427); Max value from RGB is 153 - color contains mainly: red. Hex color #998D85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998D85 is #66727A. Grayscale: #8F8F8F. Windows color (decimal): -6713979 or 8752537. OLE color: 8752537.
HSL color Cylindrical-coordinate representation of color #998D85: hue angle of 24º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #998D85 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 141 | 133 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.4 |
| HSL | 24º | 0.09% | 0.56% | - |
| HSV(B) | 24º | 0.13% | 0.6% | - |
| XYZ | 26.9 | 27.52 | 26.08 | - |
| YUV | 143.68 | 121.98 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 133 | 0 | 0.08 | 0.13 | 0.4 | 24 | 0.09 | 0.56 |
| Hex | 99 | 8D | 85 | 0 | 8 | D | 28 | 18 | 9 | 38 |
| Octal | 231 | 215 | 205 | 0 | 10 | 15 | 50 | 30 | 11 | 70 |
| Binary | 10011001 | 10001101 | 10000101 | 0 | 1000 | 1101 | 101000 | 11000 | 1001 | 111000 |
Color Harmonies of #998D85
Complementary color
Monochromatic Colors of #998D85
Black with #998D85
Text Example
Text Example
White with #998D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998D85; }
p { color: rgb(153,141,133); }
H1.HeaderClassName
{
color: #998D85;
}
.AnyTagClassName
{
color: #998D85;
}
</style>
background-color css
<style>
a { background-color: #998D85; }
a { background-color: rgb(153,141,133); }
div.DivClassName
{
background-color: #998D85;
}
.BgClassName
{
background-color: #998D85;
}
</style>
border-color css
<style>
span { border-color: #998D85; }
span { border-color: rgb(153,141,133); }
td.TdClassName
{
border-color: #998D85;
}
.TagClassName
{
border-color: #998D85;
}
</style>