Shades of Zorba #9F908A
Tints of Zorba #9F908A
RGB
CMYK
RGB Variations
Color information
#9F908A (or 0x9F908A) is known color: Zorba. HEX triplet: 9F, 90 and 8A. RGB value is (159,144,138). Sum of RGB (Red+Green+Blue) = 159+144+138=441 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.05% from 441); Green value is 144 (56.64% from 255 or 32.65% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 159 - color contains mainly: red. Hex color #9F908A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F908A is #606F75. Grayscale: #939393. Windows color (decimal): -6319990 or 9080991. OLE color: 9080991.
HSL color Cylindrical-coordinate representation of color #9F908A: hue angle of 17.14º degrees, saturation: 0.1, 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 #9F908A is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 144 | 138 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.38 |
| HSL | 17.14º | 0.1% | 0.58% | - |
| HSV(B) | 17.14º | 0.13% | 0.62% | - |
| XYZ | 28.86 | 29.15 | 28.15 | - |
| YUV | 147.8 | 122.47 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 144 | 138 | 0 | 0.09 | 0.13 | 0.38 | 17.14 | 0.1 | 0.58 |
| Hex | 9F | 90 | 8A | 0 | 9 | D | 26 | 11 | A | 3A |
| Octal | 237 | 220 | 212 | 0 | 11 | 15 | 46 | 21 | 12 | 72 |
| Binary | 10011111 | 10010000 | 10001010 | 0 | 1001 | 1101 | 100110 | 10001 | 1010 | 111010 |
Color Harmonies of #9F908A
Complementary color
Monochromatic Colors of #9F908A
Black with #9F908A
Text Example
Text Example
White with #9F908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F908A; }
p { color: rgb(159,144,138); }
H1.HeaderClassName
{
color: #9F908A;
}
.AnyTagClassName
{
color: #9F908A;
}
</style>
background-color css
<style>
a { background-color: #9F908A; }
a { background-color: rgb(159,144,138); }
div.DivClassName
{
background-color: #9F908A;
}
.BgClassName
{
background-color: #9F908A;
}
</style>
border-color css
<style>
span { border-color: #9F908A; }
span { border-color: rgb(159,144,138); }
td.TdClassName
{
border-color: #9F908A;
}
.TagClassName
{
border-color: #9F908A;
}
</style>