Shades of Zorba #9D9693
Tints of Zorba #9D9693
RGB
CMYK
RGB Variations
Color information
#9D9693 (or 0x9D9693) is known color: Zorba. HEX triplet: 9D, 96 and 93. RGB value is (157,150,147). Sum of RGB (Red+Green+Blue) = 157+150+147=454 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.58% from 454); Green value is 150 (58.98% from 255 or 33.04% from 454); Blue value is 147 (57.81% from 255 or 32.38% from 454); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9693 is #62696C. Grayscale: #979797. Windows color (decimal): -6449517 or 9672349. OLE color: 9672349.
HSL color Cylindrical-coordinate representation of color #9D9693: hue angle of 18º degrees, saturation: 0.05, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #9D9693 is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 150 | 147 | - |
| CMYK | 0 | 0.04 | 0.06 | 0.38 |
| HSL | 18º | 0.05% | 0.6% | - |
| HSV(B) | 18º | 0.06% | 0.62% | - |
| XYZ | 30.08 | 31.09 | 32.02 | - |
| YUV | 151.75 | 125.32 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 150 | 147 | 0 | 0.04 | 0.06 | 0.38 | 18 | 0.05 | 0.6 |
| Hex | 9D | 96 | 93 | 0 | 4 | 6 | 26 | 12 | 5 | 3C |
| Octal | 235 | 226 | 223 | 0 | 4 | 6 | 46 | 22 | 5 | 74 |
| Binary | 10011101 | 10010110 | 10010011 | 0 | 100 | 110 | 100110 | 10010 | 101 | 111100 |
Color Harmonies of #9D9693
Complementary color
Monochromatic Colors of #9D9693
Black with #9D9693
Text Example
Text Example
White with #9D9693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9693; }
p { color: rgb(157,150,147); }
H1.HeaderClassName
{
color: #9D9693;
}
.AnyTagClassName
{
color: #9D9693;
}
</style>
background-color css
<style>
a { background-color: #9D9693; }
a { background-color: rgb(157,150,147); }
div.DivClassName
{
background-color: #9D9693;
}
.BgClassName
{
background-color: #9D9693;
}
</style>
border-color css
<style>
span { border-color: #9D9693; }
span { border-color: rgb(157,150,147); }
td.TdClassName
{
border-color: #9D9693;
}
.TagClassName
{
border-color: #9D9693;
}
</style>