Shades of Zorba #9A9084
Tints of Zorba #9A9084
RGB
CMYK
RGB Variations
Color information
#9A9084 (or 0x9A9084) is known color: Zorba. HEX triplet: 9A, 90 and 84. RGB value is (154,144,132). Sum of RGB (Red+Green+Blue) = 154+144+132=430 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.81% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 132 (51.95% from 255 or 30.70% from 430); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A9084 is #656F7B. Grayscale: #919191. Windows color (decimal): -6647676 or 8687770. OLE color: 8687770.
HSL color Cylindrical-coordinate representation of color #9A9084: hue angle of 32.73º degrees, saturation: 0.1, 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 #9A9084 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 144 | 132 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.40 |
| HSL | 32.73º | 0.1% | 0.56% | - |
| HSV(B) | 32.73º | 0.14% | 0.6% | - |
| XYZ | 27.46 | 28.48 | 25.88 | - |
| YUV | 145.62 | 120.31 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 144 | 132 | 0 | 0.06 | 0.14 | 0.40 | 32.73 | 0.1 | 0.56 |
| Hex | 9A | 90 | 84 | 0 | 6 | E | 28 | 21 | A | 38 |
| Octal | 232 | 220 | 204 | 0 | 6 | 16 | 50 | 41 | 12 | 70 |
| Binary | 10011010 | 10010000 | 10000100 | 0 | 110 | 1110 | 101000 | 100001 | 1010 | 111000 |
Color Harmonies of #9A9084
Complementary color
Monochromatic Colors of #9A9084
Black with #9A9084
Text Example
Text Example
White with #9A9084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9084; }
p { color: rgb(154,144,132); }
H1.HeaderClassName
{
color: #9A9084;
}
.AnyTagClassName
{
color: #9A9084;
}
</style>
background-color css
<style>
a { background-color: #9A9084; }
a { background-color: rgb(154,144,132); }
div.DivClassName
{
background-color: #9A9084;
}
.BgClassName
{
background-color: #9A9084;
}
</style>
border-color css
<style>
span { border-color: #9A9084; }
span { border-color: rgb(154,144,132); }
td.TdClassName
{
border-color: #9A9084;
}
.TagClassName
{
border-color: #9A9084;
}
</style>