Shades of Zorba #9D9089
Tints of Zorba #9D9089
RGB
CMYK
RGB Variations
Color information
#9D9089 (or 0x9D9089) is known color: Zorba. HEX triplet: 9D, 90 and 89. RGB value is (157,144,137). Sum of RGB (Red+Green+Blue) = 157+144+137=438 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.84% from 438); Green value is 144 (56.64% from 255 or 32.88% from 438); Blue value is 137 (53.91% from 255 or 31.28% from 438); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9089 is #626F76. Grayscale: #939393. Windows color (decimal): -6451063 or 9015453. OLE color: 9015453.
HSL color Cylindrical-coordinate representation of color #9D9089: hue angle of 21º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9D9089 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 144 | 137 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.38 |
| HSL | 21º | 0.09% | 0.58% | - |
| HSV(B) | 21º | 0.13% | 0.62% | - |
| XYZ | 28.39 | 28.92 | 27.75 | - |
| YUV | 147.09 | 122.31 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 144 | 137 | 0 | 0.08 | 0.13 | 0.38 | 21 | 0.09 | 0.58 |
| Hex | 9D | 90 | 89 | 0 | 8 | D | 26 | 15 | 9 | 3A |
| Octal | 235 | 220 | 211 | 0 | 10 | 15 | 46 | 25 | 11 | 72 |
| Binary | 10011101 | 10010000 | 10001001 | 0 | 1000 | 1101 | 100110 | 10101 | 1001 | 111010 |
Color Harmonies of #9D9089
Complementary color
Monochromatic Colors of #9D9089
Black with #9D9089
Text Example
Text Example
White with #9D9089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9089; }
p { color: rgb(157,144,137); }
H1.HeaderClassName
{
color: #9D9089;
}
.AnyTagClassName
{
color: #9D9089;
}
</style>
background-color css
<style>
a { background-color: #9D9089; }
a { background-color: rgb(157,144,137); }
div.DivClassName
{
background-color: #9D9089;
}
.BgClassName
{
background-color: #9D9089;
}
</style>
border-color css
<style>
span { border-color: #9D9089; }
span { border-color: rgb(157,144,137); }
td.TdClassName
{
border-color: #9D9089;
}
.TagClassName
{
border-color: #9D9089;
}
</style>