Shades of Zorba #9F968B
Tints of Zorba #9F968B
RGB
CMYK
RGB Variations
Color information
#9F968B (or 0x9F968B) is known color: Zorba. HEX triplet: 9F, 96 and 8B. RGB value is (159,150,139). Sum of RGB (Red+Green+Blue) = 159+150+139=448 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.49% from 448); Green value is 150 (58.98% from 255 or 33.48% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 159 - color contains mainly: red. Hex color #9F968B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F968B is #606974. Grayscale: #979797. Windows color (decimal): -6318453 or 9148063. OLE color: 9148063.
HSL color Cylindrical-coordinate representation of color #9F968B: hue angle of 33º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9F968B is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
RGB | 159 | 150 | 139 | - |
CMYK | 0 | 0.06 | 0.13 | 0.38 |
HSL | 33º | 0.09% | 0.58% | - |
HSV(B) | 33º | 0.13% | 0.62% | - |
XYZ | 29.86 | 31.05 | 28.84 | - |
YUV | 151.44 | 120.98 | 133.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 150 | 139 | 0 | 0.06 | 0.13 | 0.38 | 33 | 0.09 | 0.58 |
Hex | 9F | 96 | 8B | 0 | 6 | D | 26 | 21 | 9 | 3A |
Octal | 237 | 226 | 213 | 0 | 6 | 15 | 46 | 41 | 11 | 72 |
Binary | 10011111 | 10010110 | 10001011 | 0 | 110 | 1101 | 100110 | 100001 | 1001 | 111010 |
Color Harmonies of #9F968B
Complementary color
Monochromatic Colors of #9F968B
Black with #9F968B
Text Example
Text Example
White with #9F968B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F968B; }
p { color: rgb(159,150,139); }
H1.HeaderClassName
{
color: #9F968B;
}
.AnyTagClassName
{
color: #9F968B;
}
</style>
background-color css
<style>
a { background-color: #9F968B; }
a { background-color: rgb(159,150,139); }
div.DivClassName
{
background-color: #9F968B;
}
.BgClassName
{
background-color: #9F968B;
}
</style>
border-color css
<style>
span { border-color: #9F968B; }
span { border-color: rgb(159,150,139); }
td.TdClassName
{
border-color: #9F968B;
}
.TagClassName
{
border-color: #9F968B;
}
</style>