Shades of Zorba #9B9389
Tints of Zorba #9B9389
RGB
CMYK
RGB Variations
Color information
#9B9389 (or 0x9B9389) is known color: Zorba. HEX triplet: 9B, 93 and 89. RGB value is (155,147,137). Sum of RGB (Red+Green+Blue) = 155+147+137=439 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.31% from 439); Green value is 147 (57.81% from 255 or 33.49% from 439); Blue value is 137 (53.91% from 255 or 31.21% from 439); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9389 is #646C76. Grayscale: #949494. Windows color (decimal): -6581367 or 9016219. OLE color: 9016219.
HSL color Cylindrical-coordinate representation of color #9B9389: hue angle of 33.33º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9B9389 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 147 | 137 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.39 |
| HSL | 33.33º | 0.08% | 0.57% | - |
| HSV(B) | 33.33º | 0.12% | 0.61% | - |
| XYZ | 28.47 | 29.64 | 27.89 | - |
| YUV | 148.25 | 121.65 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 147 | 137 | 0 | 0.05 | 0.12 | 0.39 | 33.33 | 0.08 | 0.57 |
| Hex | 9B | 93 | 89 | 0 | 5 | C | 27 | 21 | 8 | 39 |
| Octal | 233 | 223 | 211 | 0 | 5 | 14 | 47 | 41 | 10 | 71 |
| Binary | 10011011 | 10010011 | 10001001 | 0 | 101 | 1100 | 100111 | 100001 | 1000 | 111001 |
Color Harmonies of #9B9389
Complementary color
Monochromatic Colors of #9B9389
Black with #9B9389
Text Example
Text Example
White with #9B9389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9389; }
p { color: rgb(155,147,137); }
H1.HeaderClassName
{
color: #9B9389;
}
.AnyTagClassName
{
color: #9B9389;
}
</style>
background-color css
<style>
a { background-color: #9B9389; }
a { background-color: rgb(155,147,137); }
div.DivClassName
{
background-color: #9B9389;
}
.BgClassName
{
background-color: #9B9389;
}
</style>
border-color css
<style>
span { border-color: #9B9389; }
span { border-color: rgb(155,147,137); }
td.TdClassName
{
border-color: #9B9389;
}
.TagClassName
{
border-color: #9B9389;
}
</style>