Shades of Zorba #9E9B99
Tints of Zorba #9E9B99
RGB
CMYK
RGB Variations
Color information
#9E9B99 (or 0x9E9B99) is known color: Zorba. HEX triplet: 9E, 9B and 99. RGB value is (158,155,153). Sum of RGB (Red+Green+Blue) = 158+155+153=466 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.91% from 466); Green value is 155 (60.94% from 255 or 33.26% from 466); Blue value is 153 (60.16% from 255 or 32.83% from 466); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9B99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9B99 is #616466. Grayscale: #9B9B9B. Windows color (decimal): -6382695 or 10066846. OLE color: 10066846.
HSL color Cylindrical-coordinate representation of color #9E9B99: hue angle of 24º degrees, saturation: 0.03, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #9E9B99 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
RGB | 158 | 155 | 153 | - |
CMYK | 0 | 0.02 | 0.03 | 0.38 |
HSL | 24º | 0.03% | 0.61% | - |
HSV(B) | 24º | 0.03% | 0.62% | - |
XYZ | 31.57 | 33.01 | 34.84 | - |
YUV | 155.67 | 126.49 | 129.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 158 | 155 | 153 | 0 | 0.02 | 0.03 | 0.38 | 24 | 0.03 | 0.61 |
Hex | 9E | 9B | 99 | 0 | 2 | 3 | 26 | 18 | 3 | 3D |
Octal | 236 | 233 | 231 | 0 | 2 | 3 | 46 | 30 | 3 | 75 |
Binary | 10011110 | 10011011 | 10011001 | 0 | 10 | 11 | 100110 | 11000 | 11 | 111101 |
Color Harmonies of #9E9B99
Complementary color
Monochromatic Colors of #9E9B99
Black with #9E9B99
Text Example
Text Example
White with #9E9B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9B99; }
p { color: rgb(158,155,153); }
H1.HeaderClassName
{
color: #9E9B99;
}
.AnyTagClassName
{
color: #9E9B99;
}
</style>
background-color css
<style>
a { background-color: #9E9B99; }
a { background-color: rgb(158,155,153); }
div.DivClassName
{
background-color: #9E9B99;
}
.BgClassName
{
background-color: #9E9B99;
}
</style>
border-color css
<style>
span { border-color: #9E9B99; }
span { border-color: rgb(158,155,153); }
td.TdClassName
{
border-color: #9E9B99;
}
.TagClassName
{
border-color: #9E9B99;
}
</style>