Shades of Zorba #9F958B
Tints of Zorba #9F958B
RGB
CMYK
RGB Variations
Color information
#9F958B (or 0x9F958B) is known color: Zorba. HEX triplet: 9F, 95 and 8B. RGB value is (159,149,139). Sum of RGB (Red+Green+Blue) = 159+149+139=447 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.57% from 447); Green value is 149 (58.59% from 255 or 33.33% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 159 - color contains mainly: red. Hex color #9F958B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F958B is #606A74. Grayscale: #969696. Windows color (decimal): -6318709 or 9147807. OLE color: 9147807.
HSL color Cylindrical-coordinate representation of color #9F958B: hue angle of 30º 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 #9F958B is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 149 | 139 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.38 |
| HSL | 30º | 0.09% | 0.58% | - |
| HSV(B) | 30º | 0.13% | 0.62% | - |
| XYZ | 29.71 | 30.73 | 28.79 | - |
| YUV | 150.85 | 121.31 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 149 | 139 | 0 | 0.06 | 0.13 | 0.38 | 30 | 0.09 | 0.58 |
| Hex | 9F | 95 | 8B | 0 | 6 | D | 26 | 1E | 9 | 3A |
| Octal | 237 | 225 | 213 | 0 | 6 | 15 | 46 | 36 | 11 | 72 |
| Binary | 10011111 | 10010101 | 10001011 | 0 | 110 | 1101 | 100110 | 11110 | 1001 | 111010 |
Color Harmonies of #9F958B
Complementary color
Monochromatic Colors of #9F958B
Black with #9F958B
Text Example
Text Example
White with #9F958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F958B; }
p { color: rgb(159,149,139); }
H1.HeaderClassName
{
color: #9F958B;
}
.AnyTagClassName
{
color: #9F958B;
}
</style>
background-color css
<style>
a { background-color: #9F958B; }
a { background-color: rgb(159,149,139); }
div.DivClassName
{
background-color: #9F958B;
}
.BgClassName
{
background-color: #9F958B;
}
</style>
border-color css
<style>
span { border-color: #9F958B; }
span { border-color: rgb(159,149,139); }
td.TdClassName
{
border-color: #9F958B;
}
.TagClassName
{
border-color: #9F958B;
}
</style>