Shades of Zorba #9D9B99
Tints of Zorba #9D9B99
RGB
CMYK
RGB Variations
Color information
#9D9B99 (or 0x9D9B99) is known color: Zorba. HEX triplet: 9D, 9B and 99. RGB value is (157,155,153). Sum of RGB (Red+Green+Blue) = 157+155+153=465 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.76% from 465); Green value is 155 (60.94% from 255 or 33.33% from 465); Blue value is 153 (60.16% from 255 or 32.90% from 465); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9B99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9B99 is #626466. Grayscale: #9B9B9B. Windows color (decimal): -6448231 or 10066845. OLE color: 10066845.
HSL color Cylindrical-coordinate representation of color #9D9B99: hue angle of 30º degrees, saturation: 0.02, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #9D9B99 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 155 | 153 | - |
| CMYK | 0 | 0.01 | 0.03 | 0.38 |
| HSL | 30º | 0.02% | 0.61% | - |
| HSV(B) | 30º | 0.03% | 0.62% | - |
| XYZ | 31.38 | 32.91 | 34.84 | - |
| YUV | 155.37 | 126.66 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 155 | 153 | 0 | 0.01 | 0.03 | 0.38 | 30 | 0.02 | 0.61 |
| Hex | 9D | 9B | 99 | 0 | 1 | 3 | 26 | 1E | 2 | 3D |
| Octal | 235 | 233 | 231 | 0 | 1 | 3 | 46 | 36 | 2 | 75 |
| Binary | 10011101 | 10011011 | 10011001 | 0 | 1 | 11 | 100110 | 11110 | 10 | 111101 |
Color Harmonies of #9D9B99
Complementary color
Monochromatic Colors of #9D9B99
Black with #9D9B99
Text Example
Text Example
White with #9D9B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9B99; }
p { color: rgb(157,155,153); }
H1.HeaderClassName
{
color: #9D9B99;
}
.AnyTagClassName
{
color: #9D9B99;
}
</style>
background-color css
<style>
a { background-color: #9D9B99; }
a { background-color: rgb(157,155,153); }
div.DivClassName
{
background-color: #9D9B99;
}
.BgClassName
{
background-color: #9D9B99;
}
</style>
border-color css
<style>
span { border-color: #9D9B99; }
span { border-color: rgb(157,155,153); }
td.TdClassName
{
border-color: #9D9B99;
}
.TagClassName
{
border-color: #9D9B99;
}
</style>