Shades of Zorba #9D958C
Tints of Zorba #9D958C
RGB
CMYK
RGB Variations
Color information
#9D958C (or 0x9D958C) is known color: Zorba. HEX triplet: 9D, 95 and 8C. RGB value is (157,149,140). Sum of RGB (Red+Green+Blue) = 157+149+140=446 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.20% from 446); Green value is 149 (58.59% from 255 or 33.41% from 446); Blue value is 140 (55.08% from 255 or 31.39% from 446); Max value from RGB is 157 - color contains mainly: red. Hex color #9D958C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D958C is #626A73. Grayscale: #969696. Windows color (decimal): -6449780 or 9213341. OLE color: 9213341.
HSL color Cylindrical-coordinate representation of color #9D958C: hue angle of 31.76º 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 #9D958C is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 149 | 140 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.38 |
| HSL | 31.76º | 0.08% | 0.58% | - |
| HSV(B) | 31.76º | 0.11% | 0.62% | - |
| XYZ | 29.39 | 30.56 | 29.16 | - |
| YUV | 150.37 | 122.15 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 149 | 140 | 0 | 0.05 | 0.11 | 0.38 | 31.76 | 0.08 | 0.58 |
| Hex | 9D | 95 | 8C | 0 | 5 | B | 26 | 20 | 8 | 3A |
| Octal | 235 | 225 | 214 | 0 | 5 | 13 | 46 | 40 | 10 | 72 |
| Binary | 10011101 | 10010101 | 10001100 | 0 | 101 | 1011 | 100110 | 100000 | 1000 | 111010 |
Color Harmonies of #9D958C
Complementary color
Monochromatic Colors of #9D958C
Black with #9D958C
Text Example
Text Example
White with #9D958C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D958C; }
p { color: rgb(157,149,140); }
H1.HeaderClassName
{
color: #9D958C;
}
.AnyTagClassName
{
color: #9D958C;
}
</style>
background-color css
<style>
a { background-color: #9D958C; }
a { background-color: rgb(157,149,140); }
div.DivClassName
{
background-color: #9D958C;
}
.BgClassName
{
background-color: #9D958C;
}
</style>
border-color css
<style>
span { border-color: #9D958C; }
span { border-color: rgb(157,149,140); }
td.TdClassName
{
border-color: #9D958C;
}
.TagClassName
{
border-color: #9D958C;
}
</style>