Shades of Zorba #9F968C
Tints of Zorba #9F968C
RGB
CMYK
RGB Variations
Color information
#9F968C (or 0x9F968C) is known color: Zorba. HEX triplet: 9F, 96 and 8C. RGB value is (159,150,140). Sum of RGB (Red+Green+Blue) = 159+150+140=449 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.41% from 449); Green value is 150 (58.98% from 255 or 33.41% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 159 - color contains mainly: red. Hex color #9F968C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F968C is #606973. Grayscale: #979797. Windows color (decimal): -6318452 or 9213599. OLE color: 9213599.
HSL color Cylindrical-coordinate representation of color #9F968C: hue angle of 31.58º 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 #9F968C is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 150 | 140 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.38 |
| HSL | 31.58º | 0.09% | 0.59% | - |
| HSV(B) | 31.58º | 0.12% | 0.62% | - |
| XYZ | 29.94 | 31.08 | 29.23 | - |
| YUV | 151.55 | 121.48 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 150 | 140 | 0 | 0.06 | 0.12 | 0.38 | 31.58 | 0.09 | 0.59 |
| Hex | 9F | 96 | 8C | 0 | 6 | C | 26 | 20 | 9 | 3B |
| Octal | 237 | 226 | 214 | 0 | 6 | 14 | 46 | 40 | 11 | 73 |
| Binary | 10011111 | 10010110 | 10001100 | 0 | 110 | 1100 | 100110 | 100000 | 1001 | 111011 |
Color Harmonies of #9F968C
Complementary color
Monochromatic Colors of #9F968C
Black with #9F968C
Text Example
Text Example
White with #9F968C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F968C; }
p { color: rgb(159,150,140); }
H1.HeaderClassName
{
color: #9F968C;
}
.AnyTagClassName
{
color: #9F968C;
}
</style>
background-color css
<style>
a { background-color: #9F968C; }
a { background-color: rgb(159,150,140); }
div.DivClassName
{
background-color: #9F968C;
}
.BgClassName
{
background-color: #9F968C;
}
</style>
border-color css
<style>
span { border-color: #9F968C; }
span { border-color: rgb(159,150,140); }
td.TdClassName
{
border-color: #9F968C;
}
.TagClassName
{
border-color: #9F968C;
}
</style>