Shades of Zorba #9F938B
Tints of Zorba #9F938B
RGB
CMYK
RGB Variations
Color information
#9F938B (or 0x9F938B) is known color: Zorba. HEX triplet: 9F, 93 and 8B. RGB value is (159,147,139). Sum of RGB (Red+Green+Blue) = 159+147+139=445 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.73% from 445); Green value is 147 (57.81% from 255 or 33.03% from 445); Blue value is 139 (54.69% from 255 or 31.24% from 445); Max value from RGB is 159 - color contains mainly: red. Hex color #9F938B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F938B is #606C74. Grayscale: #959595. Windows color (decimal): -6319221 or 9147295. OLE color: 9147295.
HSL color Cylindrical-coordinate representation of color #9F938B: hue angle of 24º 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 #9F938B is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 147 | 139 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.38 |
| HSL | 24º | 0.09% | 0.58% | - |
| HSV(B) | 24º | 0.13% | 0.62% | - |
| XYZ | 29.39 | 30.1 | 28.69 | - |
| YUV | 149.68 | 121.98 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 147 | 139 | 0 | 0.08 | 0.13 | 0.38 | 24 | 0.09 | 0.58 |
| Hex | 9F | 93 | 8B | 0 | 8 | D | 26 | 18 | 9 | 3A |
| Octal | 237 | 223 | 213 | 0 | 10 | 15 | 46 | 30 | 11 | 72 |
| Binary | 10011111 | 10010011 | 10001011 | 0 | 1000 | 1101 | 100110 | 11000 | 1001 | 111010 |
Color Harmonies of #9F938B
Complementary color
Monochromatic Colors of #9F938B
Black with #9F938B
Text Example
Text Example
White with #9F938B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F938B; }
p { color: rgb(159,147,139); }
H1.HeaderClassName
{
color: #9F938B;
}
.AnyTagClassName
{
color: #9F938B;
}
</style>
background-color css
<style>
a { background-color: #9F938B; }
a { background-color: rgb(159,147,139); }
div.DivClassName
{
background-color: #9F938B;
}
.BgClassName
{
background-color: #9F938B;
}
</style>
border-color css
<style>
span { border-color: #9F938B; }
span { border-color: rgb(159,147,139); }
td.TdClassName
{
border-color: #9F938B;
}
.TagClassName
{
border-color: #9F938B;
}
</style>