Shades of Zorba #9A9085
Tints of Zorba #9A9085
RGB
CMYK
RGB Variations
Color information
#9A9085 (or 0x9A9085) is known color: Zorba. HEX triplet: 9A, 90 and 85. RGB value is (154,144,133). Sum of RGB (Red+Green+Blue) = 154+144+133=431 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.73% from 431); Green value is 144 (56.64% from 255 or 33.41% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A9085 is #656F7A. Grayscale: #919191. Windows color (decimal): -6647675 or 8753306. OLE color: 8753306.
HSL color Cylindrical-coordinate representation of color #9A9085: hue angle of 31.43º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9A9085 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 144 | 133 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.40 |
| HSL | 31.43º | 0.09% | 0.56% | - |
| HSV(B) | 31.43º | 0.14% | 0.6% | - |
| XYZ | 27.53 | 28.51 | 26.24 | - |
| YUV | 145.74 | 120.81 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 144 | 133 | 0 | 0.06 | 0.14 | 0.40 | 31.43 | 0.09 | 0.56 |
| Hex | 9A | 90 | 85 | 0 | 6 | E | 28 | 1F | 9 | 38 |
| Octal | 232 | 220 | 205 | 0 | 6 | 16 | 50 | 37 | 11 | 70 |
| Binary | 10011010 | 10010000 | 10000101 | 0 | 110 | 1110 | 101000 | 11111 | 1001 | 111000 |
Color Harmonies of #9A9085
Complementary color
Monochromatic Colors of #9A9085
Black with #9A9085
Text Example
Text Example
White with #9A9085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9085; }
p { color: rgb(154,144,133); }
H1.HeaderClassName
{
color: #9A9085;
}
.AnyTagClassName
{
color: #9A9085;
}
</style>
background-color css
<style>
a { background-color: #9A9085; }
a { background-color: rgb(154,144,133); }
div.DivClassName
{
background-color: #9A9085;
}
.BgClassName
{
background-color: #9A9085;
}
</style>
border-color css
<style>
span { border-color: #9A9085; }
span { border-color: rgb(154,144,133); }
td.TdClassName
{
border-color: #9A9085;
}
.TagClassName
{
border-color: #9A9085;
}
</style>