Shades of Zorba #9F938E
Tints of Zorba #9F938E
RGB
CMYK
RGB Variations
Color information
#9F938E (or 0x9F938E) is known color: Zorba. HEX triplet: 9F, 93 and 8E. RGB value is (159,147,142). Sum of RGB (Red+Green+Blue) = 159+147+142=448 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.49% from 448); Green value is 147 (57.81% from 255 or 32.81% from 448); Blue value is 142 (55.86% from 255 or 31.70% from 448); Max value from RGB is 159 - color contains mainly: red. Hex color #9F938E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F938E is #606C71. Grayscale: #969696. Windows color (decimal): -6319218 or 9343903. OLE color: 9343903.
HSL color Cylindrical-coordinate representation of color #9F938E: hue angle of 17.65º degrees, saturation: 0.08, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9F938E is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 147 | 142 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.38 |
| HSL | 17.65º | 0.08% | 0.59% | - |
| HSV(B) | 17.65º | 0.11% | 0.62% | - |
| XYZ | 29.61 | 30.19 | 29.86 | - |
| YUV | 150.02 | 123.48 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 147 | 142 | 0 | 0.08 | 0.11 | 0.38 | 17.65 | 0.08 | 0.59 |
| Hex | 9F | 93 | 8E | 0 | 8 | B | 26 | 12 | 8 | 3B |
| Octal | 237 | 223 | 216 | 0 | 10 | 13 | 46 | 22 | 10 | 73 |
| Binary | 10011111 | 10010011 | 10001110 | 0 | 1000 | 1011 | 100110 | 10010 | 1000 | 111011 |
Color Harmonies of #9F938E
Complementary color
Monochromatic Colors of #9F938E
Black with #9F938E
Text Example
Text Example
White with #9F938E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F938E; }
p { color: rgb(159,147,142); }
H1.HeaderClassName
{
color: #9F938E;
}
.AnyTagClassName
{
color: #9F938E;
}
</style>
background-color css
<style>
a { background-color: #9F938E; }
a { background-color: rgb(159,147,142); }
div.DivClassName
{
background-color: #9F938E;
}
.BgClassName
{
background-color: #9F938E;
}
</style>
border-color css
<style>
span { border-color: #9F938E; }
span { border-color: rgb(159,147,142); }
td.TdClassName
{
border-color: #9F938E;
}
.TagClassName
{
border-color: #9F938E;
}
</style>