Shades of Zorba #9D958E
Tints of Zorba #9D958E
RGB
CMYK
RGB Variations
Color information
#9D958E (or 0x9D958E) is known color: Zorba. HEX triplet: 9D, 95 and 8E. RGB value is (157,149,142). Sum of RGB (Red+Green+Blue) = 157+149+142=448 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.04% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 142 (55.86% from 255 or 31.70% from 448); Max value from RGB is 157 - color contains mainly: red. Hex color #9D958E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D958E is #626A71. Grayscale: #969696. Windows color (decimal): -6449778 or 9344413. OLE color: 9344413.
HSL color Cylindrical-coordinate representation of color #9D958E: hue angle of 28º degrees, saturation: 0.07, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9D958E is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 149 | 142 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.38 |
| HSL | 28º | 0.07% | 0.59% | - |
| HSV(B) | 28º | 0.1% | 0.62% | - |
| XYZ | 29.53 | 30.62 | 29.94 | - |
| YUV | 150.59 | 123.15 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 149 | 142 | 0 | 0.05 | 0.10 | 0.38 | 28 | 0.07 | 0.59 |
| Hex | 9D | 95 | 8E | 0 | 5 | A | 26 | 1C | 7 | 3B |
| Octal | 235 | 225 | 216 | 0 | 5 | 12 | 46 | 34 | 7 | 73 |
| Binary | 10011101 | 10010101 | 10001110 | 0 | 101 | 1010 | 100110 | 11100 | 111 | 111011 |
Color Harmonies of #9D958E
Complementary color
Monochromatic Colors of #9D958E
Black with #9D958E
Text Example
Text Example
White with #9D958E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D958E; }
p { color: rgb(157,149,142); }
H1.HeaderClassName
{
color: #9D958E;
}
.AnyTagClassName
{
color: #9D958E;
}
</style>
background-color css
<style>
a { background-color: #9D958E; }
a { background-color: rgb(157,149,142); }
div.DivClassName
{
background-color: #9D958E;
}
.BgClassName
{
background-color: #9D958E;
}
</style>
border-color css
<style>
span { border-color: #9D958E; }
span { border-color: rgb(157,149,142); }
td.TdClassName
{
border-color: #9D958E;
}
.TagClassName
{
border-color: #9D958E;
}
</style>