Shades of Zorba #9F9185
Tints of Zorba #9F9185
RGB
CMYK
RGB Variations
Color information
#9F9185 (or 0x9F9185) is known color: Zorba. HEX triplet: 9F, 91 and 85. RGB value is (159,145,133). Sum of RGB (Red+Green+Blue) = 159+145+133=437 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.38% from 437); Green value is 145 (57.03% from 255 or 33.18% from 437); Blue value is 133 (52.34% from 255 or 30.43% from 437); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9185 is #606E7A. Grayscale: #939393. Windows color (decimal): -6319739 or 8753567. OLE color: 8753567.
HSL color Cylindrical-coordinate representation of color #9F9185: hue angle of 27.69º 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 #9F9185 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 145 | 133 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.38 |
| HSL | 27.69º | 0.12% | 0.57% | - |
| HSV(B) | 27.69º | 0.16% | 0.62% | - |
| XYZ | 28.66 | 29.32 | 26.34 | - |
| YUV | 147.82 | 119.64 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 145 | 133 | 0 | 0.09 | 0.16 | 0.38 | 27.69 | 0.12 | 0.57 |
| Hex | 9F | 91 | 85 | 0 | 9 | 10 | 26 | 1C | C | 39 |
| Octal | 237 | 221 | 205 | 0 | 11 | 20 | 46 | 34 | 14 | 71 |
| Binary | 10011111 | 10010001 | 10000101 | 0 | 1001 | 10000 | 100110 | 11100 | 1100 | 111001 |
Color Harmonies of #9F9185
Complementary color
Monochromatic Colors of #9F9185
Black with #9F9185
Text Example
Text Example
White with #9F9185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9185; }
p { color: rgb(159,145,133); }
H1.HeaderClassName
{
color: #9F9185;
}
.AnyTagClassName
{
color: #9F9185;
}
</style>
background-color css
<style>
a { background-color: #9F9185; }
a { background-color: rgb(159,145,133); }
div.DivClassName
{
background-color: #9F9185;
}
.BgClassName
{
background-color: #9F9185;
}
</style>
border-color css
<style>
span { border-color: #9F9185; }
span { border-color: rgb(159,145,133); }
td.TdClassName
{
border-color: #9F9185;
}
.TagClassName
{
border-color: #9F9185;
}
</style>