Shades of Zorba #9D9997
Tints of Zorba #9D9997
RGB
CMYK
RGB Variations
Color information
#9D9997 (or 0x9D9997) is known color: Zorba. HEX triplet: 9D, 99 and 97. RGB value is (157,153,151). Sum of RGB (Red+Green+Blue) = 157+153+151=461 (61% of max value = 765). Red value is 157 (61.72% from 255 or 34.06% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 151 (59.38% from 255 or 32.75% from 461); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9997 is #626668. Grayscale: #999999. Windows color (decimal): -6448745 or 9935261. OLE color: 9935261.
HSL color Cylindrical-coordinate representation of color #9D9997: hue angle of 20º degrees, saturation: 0.03, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9D9997 is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
RGB | 157 | 153 | 151 | - |
CMYK | 0 | 0.03 | 0.04 | 0.38 |
HSL | 20º | 0.03% | 0.6% | - |
HSV(B) | 20º | 0.04% | 0.62% | - |
XYZ | 30.88 | 32.18 | 33.86 | - |
YUV | 153.97 | 126.33 | 130.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 157 | 153 | 151 | 0 | 0.03 | 0.04 | 0.38 | 20 | 0.03 | 0.6 |
Hex | 9D | 99 | 97 | 0 | 3 | 4 | 26 | 14 | 3 | 3C |
Octal | 235 | 231 | 227 | 0 | 3 | 4 | 46 | 24 | 3 | 74 |
Binary | 10011101 | 10011001 | 10010111 | 0 | 11 | 100 | 100110 | 10100 | 11 | 111100 |
Color Harmonies of #9D9997
Complementary color
Monochromatic Colors of #9D9997
Black with #9D9997
Text Example
Text Example
White with #9D9997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9997; }
p { color: rgb(157,153,151); }
H1.HeaderClassName
{
color: #9D9997;
}
.AnyTagClassName
{
color: #9D9997;
}
</style>
background-color css
<style>
a { background-color: #9D9997; }
a { background-color: rgb(157,153,151); }
div.DivClassName
{
background-color: #9D9997;
}
.BgClassName
{
background-color: #9D9997;
}
</style>
border-color css
<style>
span { border-color: #9D9997; }
span { border-color: rgb(157,153,151); }
td.TdClassName
{
border-color: #9D9997;
}
.TagClassName
{
border-color: #9D9997;
}
</style>