Shades of Zorba #9D918B
Tints of Zorba #9D918B
RGB
CMYK
RGB Variations
Color information
#9D918B (or 0x9D918B) is known color: Zorba. HEX triplet: 9D, 91 and 8B. RGB value is (157,145,139). Sum of RGB (Red+Green+Blue) = 157+145+139=441 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.60% from 441); Green value is 145 (57.03% from 255 or 32.88% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 157 - color contains mainly: red. Hex color #9D918B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D918B is #626E74. Grayscale: #939393. Windows color (decimal): -6450805 or 9146781. OLE color: 9146781.
HSL color Cylindrical-coordinate representation of color #9D918B: hue angle of 20º 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 #9D918B is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 145 | 139 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.38 |
| HSL | 20º | 0.08% | 0.58% | - |
| HSV(B) | 20º | 0.11% | 0.62% | - |
| XYZ | 28.69 | 29.28 | 28.57 | - |
| YUV | 147.9 | 122.98 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 145 | 139 | 0 | 0.08 | 0.11 | 0.38 | 20 | 0.08 | 0.58 |
| Hex | 9D | 91 | 8B | 0 | 8 | B | 26 | 14 | 8 | 3A |
| Octal | 235 | 221 | 213 | 0 | 10 | 13 | 46 | 24 | 10 | 72 |
| Binary | 10011101 | 10010001 | 10001011 | 0 | 1000 | 1011 | 100110 | 10100 | 1000 | 111010 |
Color Harmonies of #9D918B
Complementary color
Monochromatic Colors of #9D918B
Black with #9D918B
Text Example
Text Example
White with #9D918B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D918B; }
p { color: rgb(157,145,139); }
H1.HeaderClassName
{
color: #9D918B;
}
.AnyTagClassName
{
color: #9D918B;
}
</style>
background-color css
<style>
a { background-color: #9D918B; }
a { background-color: rgb(157,145,139); }
div.DivClassName
{
background-color: #9D918B;
}
.BgClassName
{
background-color: #9D918B;
}
</style>
border-color css
<style>
span { border-color: #9D918B; }
span { border-color: rgb(157,145,139); }
td.TdClassName
{
border-color: #9D918B;
}
.TagClassName
{
border-color: #9D918B;
}
</style>