Shades of Zorba #998F88
Tints of Zorba #998F88
RGB
CMYK
RGB Variations
Color information
#998F88 (or 0x998F88) is known color: Zorba. HEX triplet: 99, 8F and 88. RGB value is (153,143,136). Sum of RGB (Red+Green+Blue) = 153+143+136=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 143 (56.25% from 255 or 33.10% from 432); Blue value is 136 (53.52% from 255 or 31.48% from 432); Max value from RGB is 153 - color contains mainly: red. Hex color #998F88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998F88 is #667077. Grayscale: #919191. Windows color (decimal): -6713464 or 8949657. OLE color: 8949657.
HSL color Cylindrical-coordinate representation of color #998F88: hue angle of 24.71º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #998F88 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 143 | 136 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.4 |
| HSL | 24.71º | 0.08% | 0.57% | - |
| HSV(B) | 24.71º | 0.11% | 0.6% | - |
| XYZ | 27.4 | 28.19 | 27.29 | - |
| YUV | 145.19 | 122.81 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 136 | 0 | 0.07 | 0.11 | 0.4 | 24.71 | 0.08 | 0.57 |
| Hex | 99 | 8F | 88 | 0 | 7 | B | 28 | 19 | 8 | 39 |
| Octal | 231 | 217 | 210 | 0 | 7 | 13 | 50 | 31 | 10 | 71 |
| Binary | 10011001 | 10001111 | 10001000 | 0 | 111 | 1011 | 101000 | 11001 | 1000 | 111001 |
Color Harmonies of #998F88
Complementary color
Monochromatic Colors of #998F88
Black with #998F88
Text Example
Text Example
White with #998F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998F88; }
p { color: rgb(153,143,136); }
H1.HeaderClassName
{
color: #998F88;
}
.AnyTagClassName
{
color: #998F88;
}
</style>
background-color css
<style>
a { background-color: #998F88; }
a { background-color: rgb(153,143,136); }
div.DivClassName
{
background-color: #998F88;
}
.BgClassName
{
background-color: #998F88;
}
</style>
border-color css
<style>
span { border-color: #998F88; }
span { border-color: rgb(153,143,136); }
td.TdClassName
{
border-color: #998F88;
}
.TagClassName
{
border-color: #998F88;
}
</style>