Shades of Zorba #9D958B
Tints of Zorba #9D958B
RGB
CMYK
RGB Variations
Color information
#9D958B (or 0x9D958B) is known color: Zorba. HEX triplet: 9D, 95 and 8B. RGB value is (157,149,139). Sum of RGB (Red+Green+Blue) = 157+149+139=445 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.28% from 445); Green value is 149 (58.59% from 255 or 33.48% from 445); Blue value is 139 (54.69% from 255 or 31.24% from 445); Max value from RGB is 157 - color contains mainly: red. Hex color #9D958B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D958B is #626A74. Grayscale: #969696. Windows color (decimal): -6449781 or 9147805. OLE color: 9147805.
HSL color Cylindrical-coordinate representation of color #9D958B: hue angle of 33.33º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9D958B is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 149 | 139 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.38 |
| HSL | 33.33º | 0.08% | 0.58% | - |
| HSV(B) | 33.33º | 0.11% | 0.62% | - |
| XYZ | 29.31 | 30.53 | 28.77 | - |
| YUV | 150.25 | 121.65 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 149 | 139 | 0 | 0.05 | 0.11 | 0.38 | 33.33 | 0.08 | 0.58 |
| Hex | 9D | 95 | 8B | 0 | 5 | B | 26 | 21 | 8 | 3A |
| Octal | 235 | 225 | 213 | 0 | 5 | 13 | 46 | 41 | 10 | 72 |
| Binary | 10011101 | 10010101 | 10001011 | 0 | 101 | 1011 | 100110 | 100001 | 1000 | 111010 |
Color Harmonies of #9D958B
Complementary color
Monochromatic Colors of #9D958B
Black with #9D958B
Text Example
Text Example
White with #9D958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D958B; }
p { color: rgb(157,149,139); }
H1.HeaderClassName
{
color: #9D958B;
}
.AnyTagClassName
{
color: #9D958B;
}
</style>
background-color css
<style>
a { background-color: #9D958B; }
a { background-color: rgb(157,149,139); }
div.DivClassName
{
background-color: #9D958B;
}
.BgClassName
{
background-color: #9D958B;
}
</style>
border-color css
<style>
span { border-color: #9D958B; }
span { border-color: rgb(157,149,139); }
td.TdClassName
{
border-color: #9D958B;
}
.TagClassName
{
border-color: #9D958B;
}
</style>