Shades of Zorba #9E9388
Tints of Zorba #9E9388
RGB
CMYK
RGB Variations
Color information
#9E9388 (or 0x9E9388) is known color: Zorba. HEX triplet: 9E, 93 and 88. RGB value is (158,147,136). Sum of RGB (Red+Green+Blue) = 158+147+136=441 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.83% from 441); Green value is 147 (57.81% from 255 or 33.33% from 441); Blue value is 136 (53.52% from 255 or 30.84% from 441); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9388 is #616C77. Grayscale: #959595. Windows color (decimal): -6384760 or 8950686. OLE color: 8950686.
HSL color Cylindrical-coordinate representation of color #9E9388: hue angle of 30º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9E9388 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 147 | 136 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.38 |
| HSL | 30º | 0.1% | 0.58% | - |
| HSV(B) | 30º | 0.14% | 0.62% | - |
| XYZ | 28.98 | 29.91 | 27.54 | - |
| YUV | 149.04 | 120.64 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 147 | 136 | 0 | 0.07 | 0.14 | 0.38 | 30 | 0.1 | 0.58 |
| Hex | 9E | 93 | 88 | 0 | 7 | E | 26 | 1E | A | 3A |
| Octal | 236 | 223 | 210 | 0 | 7 | 16 | 46 | 36 | 12 | 72 |
| Binary | 10011110 | 10010011 | 10001000 | 0 | 111 | 1110 | 100110 | 11110 | 1010 | 111010 |
Color Harmonies of #9E9388
Complementary color
Monochromatic Colors of #9E9388
Black with #9E9388
Text Example
Text Example
White with #9E9388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9388; }
p { color: rgb(158,147,136); }
H1.HeaderClassName
{
color: #9E9388;
}
.AnyTagClassName
{
color: #9E9388;
}
</style>
background-color css
<style>
a { background-color: #9E9388; }
a { background-color: rgb(158,147,136); }
div.DivClassName
{
background-color: #9E9388;
}
.BgClassName
{
background-color: #9E9388;
}
</style>
border-color css
<style>
span { border-color: #9E9388; }
span { border-color: rgb(158,147,136); }
td.TdClassName
{
border-color: #9E9388;
}
.TagClassName
{
border-color: #9E9388;
}
</style>