Shades of Zorba #9B9089
Tints of Zorba #9B9089
RGB
CMYK
RGB Variations
Color information
#9B9089 (or 0x9B9089) is known color: Zorba. HEX triplet: 9B, 90 and 89. RGB value is (155,144,137). Sum of RGB (Red+Green+Blue) = 155+144+137=436 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.55% from 436); Green value is 144 (56.64% from 255 or 33.03% from 436); Blue value is 137 (53.91% from 255 or 31.42% from 436); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9089 is #646F76. Grayscale: #929292. Windows color (decimal): -6582135 or 9015451. OLE color: 9015451.
HSL color Cylindrical-coordinate representation of color #9B9089: hue angle of 23.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 #9B9089 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 144 | 137 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.39 |
| HSL | 23.33º | 0.08% | 0.57% | - |
| HSV(B) | 23.33º | 0.12% | 0.61% | - |
| XYZ | 28.01 | 28.72 | 27.73 | - |
| YUV | 146.49 | 122.64 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 144 | 137 | 0 | 0.07 | 0.12 | 0.39 | 23.33 | 0.08 | 0.57 |
| Hex | 9B | 90 | 89 | 0 | 7 | C | 27 | 17 | 8 | 39 |
| Octal | 233 | 220 | 211 | 0 | 7 | 14 | 47 | 27 | 10 | 71 |
| Binary | 10011011 | 10010000 | 10001001 | 0 | 111 | 1100 | 100111 | 10111 | 1000 | 111001 |
Color Harmonies of #9B9089
Complementary color
Monochromatic Colors of #9B9089
Black with #9B9089
Text Example
Text Example
White with #9B9089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9089; }
p { color: rgb(155,144,137); }
H1.HeaderClassName
{
color: #9B9089;
}
.AnyTagClassName
{
color: #9B9089;
}
</style>
background-color css
<style>
a { background-color: #9B9089; }
a { background-color: rgb(155,144,137); }
div.DivClassName
{
background-color: #9B9089;
}
.BgClassName
{
background-color: #9B9089;
}
</style>
border-color css
<style>
span { border-color: #9B9089; }
span { border-color: rgb(155,144,137); }
td.TdClassName
{
border-color: #9B9089;
}
.TagClassName
{
border-color: #9B9089;
}
</style>