Shades of Zorba #9E9992
Tints of Zorba #9E9992
RGB
CMYK
RGB Variations
Color information
#9E9992 (or 0x9E9992) is known color: Zorba. HEX triplet: 9E, 99 and 92. RGB value is (158,153,146). Sum of RGB (Red+Green+Blue) = 158+153+146=457 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.57% from 457); Green value is 153 (60.16% from 255 or 33.48% from 457); Blue value is 146 (57.42% from 255 or 31.95% from 457); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9992 is #61666D. Grayscale: #999999. Windows color (decimal): -6383214 or 9607582. OLE color: 9607582.
HSL color Cylindrical-coordinate representation of color #9E9992: hue angle of 35º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9E9992 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 153 | 146 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.38 |
| HSL | 35º | 0.06% | 0.6% | - |
| HSV(B) | 35º | 0.08% | 0.62% | - |
| XYZ | 30.68 | 32.13 | 31.78 | - |
| YUV | 153.7 | 123.66 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 153 | 146 | 0 | 0.03 | 0.08 | 0.38 | 35 | 0.06 | 0.6 |
| Hex | 9E | 99 | 92 | 0 | 3 | 8 | 26 | 23 | 6 | 3C |
| Octal | 236 | 231 | 222 | 0 | 3 | 10 | 46 | 43 | 6 | 74 |
| Binary | 10011110 | 10011001 | 10010010 | 0 | 11 | 1000 | 100110 | 100011 | 110 | 111100 |
Color Harmonies of #9E9992
Complementary color
Monochromatic Colors of #9E9992
Black with #9E9992
Text Example
Text Example
White with #9E9992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9992; }
p { color: rgb(158,153,146); }
H1.HeaderClassName
{
color: #9E9992;
}
.AnyTagClassName
{
color: #9E9992;
}
</style>
background-color css
<style>
a { background-color: #9E9992; }
a { background-color: rgb(158,153,146); }
div.DivClassName
{
background-color: #9E9992;
}
.BgClassName
{
background-color: #9E9992;
}
</style>
border-color css
<style>
span { border-color: #9E9992; }
span { border-color: rgb(158,153,146); }
td.TdClassName
{
border-color: #9E9992;
}
.TagClassName
{
border-color: #9E9992;
}
</style>