Shades of Zorba #9F9186
Tints of Zorba #9F9186
RGB
CMYK
RGB Variations
Color information
#9F9186 (or 0x9F9186) is known color: Zorba. HEX triplet: 9F, 91 and 86. RGB value is (159,145,134). Sum of RGB (Red+Green+Blue) = 159+145+134=438 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.30% from 438); Green value is 145 (57.03% from 255 or 33.11% from 438); Blue value is 134 (52.73% from 255 or 30.59% from 438); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9186 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9186 is #606E79. Grayscale: #939393. Windows color (decimal): -6319738 or 8819103. OLE color: 8819103.
HSL color Cylindrical-coordinate representation of color #9F9186: hue angle of 26.4º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9F9186 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 145 | 134 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.38 |
| HSL | 26.4º | 0.12% | 0.57% | - |
| HSV(B) | 26.4º | 0.16% | 0.62% | - |
| XYZ | 28.73 | 29.34 | 26.7 | - |
| YUV | 147.93 | 120.14 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 145 | 134 | 0 | 0.09 | 0.16 | 0.38 | 26.4 | 0.12 | 0.57 |
| Hex | 9F | 91 | 86 | 0 | 9 | 10 | 26 | 1A | C | 39 |
| Octal | 237 | 221 | 206 | 0 | 11 | 20 | 46 | 32 | 14 | 71 |
| Binary | 10011111 | 10010001 | 10000110 | 0 | 1001 | 10000 | 100110 | 11010 | 1100 | 111001 |
Color Harmonies of #9F9186
Complementary color
Monochromatic Colors of #9F9186
Black with #9F9186
Text Example
Text Example
White with #9F9186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9186; }
p { color: rgb(159,145,134); }
H1.HeaderClassName
{
color: #9F9186;
}
.AnyTagClassName
{
color: #9F9186;
}
</style>
background-color css
<style>
a { background-color: #9F9186; }
a { background-color: rgb(159,145,134); }
div.DivClassName
{
background-color: #9F9186;
}
.BgClassName
{
background-color: #9F9186;
}
</style>
border-color css
<style>
span { border-color: #9F9186; }
span { border-color: rgb(159,145,134); }
td.TdClassName
{
border-color: #9F9186;
}
.TagClassName
{
border-color: #9F9186;
}
</style>