Shades of Zorba #9F918C
Tints of Zorba #9F918C
RGB
CMYK
RGB Variations
Color information
#9F918C (or 0x9F918C) is known color: Zorba. HEX triplet: 9F, 91 and 8C. RGB value is (159,145,140). Sum of RGB (Red+Green+Blue) = 159+145+140=444 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.81% from 444); Green value is 145 (57.03% from 255 or 32.66% from 444); Blue value is 140 (55.08% from 255 or 31.53% from 444); Max value from RGB is 159 - color contains mainly: red. Hex color #9F918C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F918C is #606E73. Grayscale: #949494. Windows color (decimal): -6319732 or 9212319. OLE color: 9212319.
HSL color Cylindrical-coordinate representation of color #9F918C: hue angle of 15.79º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9F918C is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 145 | 140 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.38 |
| HSL | 15.79º | 0.09% | 0.59% | - |
| HSV(B) | 15.79º | 0.12% | 0.62% | - |
| XYZ | 29.16 | 29.52 | 28.97 | - |
| YUV | 148.62 | 123.14 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 145 | 140 | 0 | 0.09 | 0.12 | 0.38 | 15.79 | 0.09 | 0.59 |
| Hex | 9F | 91 | 8C | 0 | 9 | C | 26 | 10 | 9 | 3B |
| Octal | 237 | 221 | 214 | 0 | 11 | 14 | 46 | 20 | 11 | 73 |
| Binary | 10011111 | 10010001 | 10001100 | 0 | 1001 | 1100 | 100110 | 10000 | 1001 | 111011 |
Color Harmonies of #9F918C
Complementary color
Monochromatic Colors of #9F918C
Black with #9F918C
Text Example
Text Example
White with #9F918C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F918C; }
p { color: rgb(159,145,140); }
H1.HeaderClassName
{
color: #9F918C;
}
.AnyTagClassName
{
color: #9F918C;
}
</style>
background-color css
<style>
a { background-color: #9F918C; }
a { background-color: rgb(159,145,140); }
div.DivClassName
{
background-color: #9F918C;
}
.BgClassName
{
background-color: #9F918C;
}
</style>
border-color css
<style>
span { border-color: #9F918C; }
span { border-color: rgb(159,145,140); }
td.TdClassName
{
border-color: #9F918C;
}
.TagClassName
{
border-color: #9F918C;
}
</style>