Shades of Zorba #9E9081
Tints of Zorba #9E9081
RGB
CMYK
RGB Variations
Color information
#9E9081 (or 0x9E9081) is known color: Zorba. HEX triplet: 9E, 90 and 81. RGB value is (158,144,129). Sum of RGB (Red+Green+Blue) = 158+144+129=431 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.66% from 431); Green value is 144 (56.64% from 255 or 33.41% from 431); Blue value is 129 (50.78% from 255 or 29.93% from 431); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9081 is #616F7E. Grayscale: #929292. Windows color (decimal): -6385535 or 8491166. OLE color: 8491166.
HSL color Cylindrical-coordinate representation of color #9E9081: hue angle of 31.03º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9E9081 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 144 | 129 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.38 |
| HSL | 31.03º | 0.13% | 0.56% | - |
| HSV(B) | 31.03º | 0.18% | 0.62% | - |
| XYZ | 28.04 | 28.8 | 24.85 | - |
| YUV | 146.48 | 118.14 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 144 | 129 | 0 | 0.09 | 0.18 | 0.38 | 31.03 | 0.13 | 0.56 |
| Hex | 9E | 90 | 81 | 0 | 9 | 12 | 26 | 1F | D | 38 |
| Octal | 236 | 220 | 201 | 0 | 11 | 22 | 46 | 37 | 15 | 70 |
| Binary | 10011110 | 10010000 | 10000001 | 0 | 1001 | 10010 | 100110 | 11111 | 1101 | 111000 |
Color Harmonies of #9E9081
Complementary color
Monochromatic Colors of #9E9081
Black with #9E9081
Text Example
Text Example
White with #9E9081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9081; }
p { color: rgb(158,144,129); }
H1.HeaderClassName
{
color: #9E9081;
}
.AnyTagClassName
{
color: #9E9081;
}
</style>
background-color css
<style>
a { background-color: #9E9081; }
a { background-color: rgb(158,144,129); }
div.DivClassName
{
background-color: #9E9081;
}
.BgClassName
{
background-color: #9E9081;
}
</style>
border-color css
<style>
span { border-color: #9E9081; }
span { border-color: rgb(158,144,129); }
td.TdClassName
{
border-color: #9E9081;
}
.TagClassName
{
border-color: #9E9081;
}
</style>