Shades of Zorba #9F968E
Tints of Zorba #9F968E
RGB
CMYK
RGB Variations
Color information
#9F968E (or 0x9F968E) is known color: Zorba. HEX triplet: 9F, 96 and 8E. RGB value is (159,150,142). Sum of RGB (Red+Green+Blue) = 159+150+142=451 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.25% from 451); Green value is 150 (58.98% from 255 or 33.26% from 451); Blue value is 142 (55.86% from 255 or 31.49% from 451); Max value from RGB is 159 - color contains mainly: red. Hex color #9F968E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F968E is #606971. Grayscale: #979797. Windows color (decimal): -6318450 or 9344671. OLE color: 9344671.
HSL color Cylindrical-coordinate representation of color #9F968E: hue angle of 28.24º degrees, saturation: 0.08, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9F968E is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 150 | 142 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.38 |
| HSL | 28.24º | 0.08% | 0.59% | - |
| HSV(B) | 28.24º | 0.11% | 0.62% | - |
| XYZ | 30.09 | 31.14 | 30.02 | - |
| YUV | 151.78 | 122.48 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 150 | 142 | 0 | 0.06 | 0.11 | 0.38 | 28.24 | 0.08 | 0.59 |
| Hex | 9F | 96 | 8E | 0 | 6 | B | 26 | 1C | 8 | 3B |
| Octal | 237 | 226 | 216 | 0 | 6 | 13 | 46 | 34 | 10 | 73 |
| Binary | 10011111 | 10010110 | 10001110 | 0 | 110 | 1011 | 100110 | 11100 | 1000 | 111011 |
Color Harmonies of #9F968E
Complementary color
Monochromatic Colors of #9F968E
Black with #9F968E
Text Example
Text Example
White with #9F968E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F968E; }
p { color: rgb(159,150,142); }
H1.HeaderClassName
{
color: #9F968E;
}
.AnyTagClassName
{
color: #9F968E;
}
</style>
background-color css
<style>
a { background-color: #9F968E; }
a { background-color: rgb(159,150,142); }
div.DivClassName
{
background-color: #9F968E;
}
.BgClassName
{
background-color: #9F968E;
}
</style>
border-color css
<style>
span { border-color: #9F968E; }
span { border-color: rgb(159,150,142); }
td.TdClassName
{
border-color: #9F968E;
}
.TagClassName
{
border-color: #9F968E;
}
</style>