Shades of Zorba #9E968B
Tints of Zorba #9E968B
RGB
CMYK
RGB Variations
Color information
#9E968B (or 0x9E968B) is known color: Zorba. HEX triplet: 9E, 96 and 8B. RGB value is (158,150,139). Sum of RGB (Red+Green+Blue) = 158+150+139=447 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.35% from 447); Green value is 150 (58.98% from 255 or 33.56% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 158 - color contains mainly: red. Hex color #9E968B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E968B is #616974. Grayscale: #979797. Windows color (decimal): -6383989 or 9148062. OLE color: 9148062.
HSL color Cylindrical-coordinate representation of color #9E968B: hue angle of 34.74º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9E968B is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 150 | 139 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.38 |
| HSL | 34.74º | 0.09% | 0.58% | - |
| HSV(B) | 34.74º | 0.12% | 0.62% | - |
| XYZ | 29.67 | 30.95 | 28.84 | - |
| YUV | 151.14 | 121.15 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 150 | 139 | 0 | 0.05 | 0.12 | 0.38 | 34.74 | 0.09 | 0.58 |
| Hex | 9E | 96 | 8B | 0 | 5 | C | 26 | 23 | 9 | 3A |
| Octal | 236 | 226 | 213 | 0 | 5 | 14 | 46 | 43 | 11 | 72 |
| Binary | 10011110 | 10010110 | 10001011 | 0 | 101 | 1100 | 100110 | 100011 | 1001 | 111010 |
Color Harmonies of #9E968B
Complementary color
Monochromatic Colors of #9E968B
Black with #9E968B
Text Example
Text Example
White with #9E968B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E968B; }
p { color: rgb(158,150,139); }
H1.HeaderClassName
{
color: #9E968B;
}
.AnyTagClassName
{
color: #9E968B;
}
</style>
background-color css
<style>
a { background-color: #9E968B; }
a { background-color: rgb(158,150,139); }
div.DivClassName
{
background-color: #9E968B;
}
.BgClassName
{
background-color: #9E968B;
}
</style>
border-color css
<style>
span { border-color: #9E968B; }
span { border-color: rgb(158,150,139); }
td.TdClassName
{
border-color: #9E968B;
}
.TagClassName
{
border-color: #9E968B;
}
</style>