Shades of Zorba #9F9992
Tints of Zorba #9F9992
RGB
CMYK
RGB Variations
Color information
#9F9992 (or 0x9F9992) is known color: Zorba. HEX triplet: 9F, 99 and 92. RGB value is (159,153,146). Sum of RGB (Red+Green+Blue) = 159+153+146=458 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.72% from 458); Green value is 153 (60.16% from 255 or 33.41% from 458); Blue value is 146 (57.42% from 255 or 31.88% from 458); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9992 is #60666D. Grayscale: #9A9A9A. Windows color (decimal): -6317678 or 9607583. OLE color: 9607583.
HSL color Cylindrical-coordinate representation of color #9F9992: hue angle of 32.31º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9F9992 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 153 | 146 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.38 |
| HSL | 32.31º | 0.06% | 0.6% | - |
| HSV(B) | 32.31º | 0.08% | 0.62% | - |
| XYZ | 30.88 | 32.23 | 31.79 | - |
| YUV | 154 | 123.49 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 153 | 146 | 0 | 0.04 | 0.08 | 0.38 | 32.31 | 0.06 | 0.6 |
| Hex | 9F | 99 | 92 | 0 | 4 | 8 | 26 | 20 | 6 | 3C |
| Octal | 237 | 231 | 222 | 0 | 4 | 10 | 46 | 40 | 6 | 74 |
| Binary | 10011111 | 10011001 | 10010010 | 0 | 100 | 1000 | 100110 | 100000 | 110 | 111100 |
Color Harmonies of #9F9992
Complementary color
Monochromatic Colors of #9F9992
Black with #9F9992
Text Example
Text Example
White with #9F9992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9992; }
p { color: rgb(159,153,146); }
H1.HeaderClassName
{
color: #9F9992;
}
.AnyTagClassName
{
color: #9F9992;
}
</style>
background-color css
<style>
a { background-color: #9F9992; }
a { background-color: rgb(159,153,146); }
div.DivClassName
{
background-color: #9F9992;
}
.BgClassName
{
background-color: #9F9992;
}
</style>
border-color css
<style>
span { border-color: #9F9992; }
span { border-color: rgb(159,153,146); }
td.TdClassName
{
border-color: #9F9992;
}
.TagClassName
{
border-color: #9F9992;
}
</style>