Shades of Zorba #9A938B
Tints of Zorba #9A938B
RGB
CMYK
RGB Variations
Color information
#9A938B (or 0x9A938B) is known color: Zorba. HEX triplet: 9A, 93 and 8B. RGB value is (154,147,139). Sum of RGB (Red+Green+Blue) = 154+147+139=440 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35% from 440); Green value is 147 (57.81% from 255 or 33.41% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 154 - color contains mainly: red. Hex color #9A938B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A938B is #656C74. Grayscale: #949494. Windows color (decimal): -6646901 or 9147290. OLE color: 9147290.
HSL color Cylindrical-coordinate representation of color #9A938B: hue angle of 32º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9A938B is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 147 | 139 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.40 |
| HSL | 32º | 0.07% | 0.57% | - |
| HSV(B) | 32º | 0.1% | 0.6% | - |
| XYZ | 28.42 | 29.6 | 28.64 | - |
| YUV | 148.18 | 122.82 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 147 | 139 | 0 | 0.05 | 0.10 | 0.40 | 32 | 0.07 | 0.57 |
| Hex | 9A | 93 | 8B | 0 | 5 | A | 28 | 20 | 7 | 39 |
| Octal | 232 | 223 | 213 | 0 | 5 | 12 | 50 | 40 | 7 | 71 |
| Binary | 10011010 | 10010011 | 10001011 | 0 | 101 | 1010 | 101000 | 100000 | 111 | 111001 |
Color Harmonies of #9A938B
Complementary color
Monochromatic Colors of #9A938B
Black with #9A938B
Text Example
Text Example
White with #9A938B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A938B; }
p { color: rgb(154,147,139); }
H1.HeaderClassName
{
color: #9A938B;
}
.AnyTagClassName
{
color: #9A938B;
}
</style>
background-color css
<style>
a { background-color: #9A938B; }
a { background-color: rgb(154,147,139); }
div.DivClassName
{
background-color: #9A938B;
}
.BgClassName
{
background-color: #9A938B;
}
</style>
border-color css
<style>
span { border-color: #9A938B; }
span { border-color: rgb(154,147,139); }
td.TdClassName
{
border-color: #9A938B;
}
.TagClassName
{
border-color: #9A938B;
}
</style>