Shades of Zorba #9D938E
Tints of Zorba #9D938E
RGB
CMYK
RGB Variations
Color information
#9D938E (or 0x9D938E) is known color: Zorba. HEX triplet: 9D, 93 and 8E. RGB value is (157,147,142). Sum of RGB (Red+Green+Blue) = 157+147+142=446 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.20% from 446); Green value is 147 (57.81% from 255 or 32.96% from 446); Blue value is 142 (55.86% from 255 or 31.84% from 446); Max value from RGB is 157 - color contains mainly: red. Hex color #9D938E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D938E is #626C71. Grayscale: #959595. Windows color (decimal): -6450290 or 9343901. OLE color: 9343901.
HSL color Cylindrical-coordinate representation of color #9D938E: hue angle of 20º 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 #9D938E is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 147 | 142 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.38 |
| HSL | 20º | 0.07% | 0.59% | - |
| HSV(B) | 20º | 0.1% | 0.62% | - |
| XYZ | 29.22 | 29.99 | 29.84 | - |
| YUV | 149.42 | 123.81 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 147 | 142 | 0 | 0.06 | 0.10 | 0.38 | 20 | 0.07 | 0.59 |
| Hex | 9D | 93 | 8E | 0 | 6 | A | 26 | 14 | 7 | 3B |
| Octal | 235 | 223 | 216 | 0 | 6 | 12 | 46 | 24 | 7 | 73 |
| Binary | 10011101 | 10010011 | 10001110 | 0 | 110 | 1010 | 100110 | 10100 | 111 | 111011 |
Color Harmonies of #9D938E
Complementary color
Monochromatic Colors of #9D938E
Black with #9D938E
Text Example
Text Example
White with #9D938E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D938E; }
p { color: rgb(157,147,142); }
H1.HeaderClassName
{
color: #9D938E;
}
.AnyTagClassName
{
color: #9D938E;
}
</style>
background-color css
<style>
a { background-color: #9D938E; }
a { background-color: rgb(157,147,142); }
div.DivClassName
{
background-color: #9D938E;
}
.BgClassName
{
background-color: #9D938E;
}
</style>
border-color css
<style>
span { border-color: #9D938E; }
span { border-color: rgb(157,147,142); }
td.TdClassName
{
border-color: #9D938E;
}
.TagClassName
{
border-color: #9D938E;
}
</style>