Shades of Zorba #9F9082
Tints of Zorba #9F9082
RGB
CMYK
RGB Variations
Color information
#9F9082 (or 0x9F9082) is known color: Zorba. HEX triplet: 9F, 90 and 82. RGB value is (159,144,130). Sum of RGB (Red+Green+Blue) = 159+144+130=433 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.72% from 433); Green value is 144 (56.64% from 255 or 33.26% from 433); Blue value is 130 (51.17% from 255 or 30.02% from 433); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9082 is #606F7D. Grayscale: #929292. Windows color (decimal): -6319998 or 8556703. OLE color: 8556703.
HSL color Cylindrical-coordinate representation of color #9F9082: hue angle of 28.97º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9F9082 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 144 | 130 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.38 |
| HSL | 28.97º | 0.13% | 0.57% | - |
| HSV(B) | 28.97º | 0.18% | 0.62% | - |
| XYZ | 28.3 | 28.93 | 25.21 | - |
| YUV | 146.89 | 118.47 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 144 | 130 | 0 | 0.09 | 0.18 | 0.38 | 28.97 | 0.13 | 0.57 |
| Hex | 9F | 90 | 82 | 0 | 9 | 12 | 26 | 1D | D | 39 |
| Octal | 237 | 220 | 202 | 0 | 11 | 22 | 46 | 35 | 15 | 71 |
| Binary | 10011111 | 10010000 | 10000010 | 0 | 1001 | 10010 | 100110 | 11101 | 1101 | 111001 |
Color Harmonies of #9F9082
Complementary color
Monochromatic Colors of #9F9082
Black with #9F9082
Text Example
Text Example
White with #9F9082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9082; }
p { color: rgb(159,144,130); }
H1.HeaderClassName
{
color: #9F9082;
}
.AnyTagClassName
{
color: #9F9082;
}
</style>
background-color css
<style>
a { background-color: #9F9082; }
a { background-color: rgb(159,144,130); }
div.DivClassName
{
background-color: #9F9082;
}
.BgClassName
{
background-color: #9F9082;
}
</style>
border-color css
<style>
span { border-color: #9F9082; }
span { border-color: rgb(159,144,130); }
td.TdClassName
{
border-color: #9F9082;
}
.TagClassName
{
border-color: #9F9082;
}
</style>