Shades of Zorba #9F9A93
Tints of Zorba #9F9A93
RGB
CMYK
RGB Variations
Color information
#9F9A93 (or 0x9F9A93) is known color: Zorba. HEX triplet: 9F, 9A and 93. RGB value is (159,154,147). Sum of RGB (Red+Green+Blue) = 159+154+147=460 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.57% from 460); Green value is 154 (60.55% from 255 or 33.48% from 460); Blue value is 147 (57.81% from 255 or 31.96% from 460); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9A93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9A93 is #60656C. Grayscale: #9A9A9A. Windows color (decimal): -6317421 or 9673375. OLE color: 9673375.
HSL color Cylindrical-coordinate representation of color #9F9A93: hue angle of 35º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9F9A93 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 154 | 147 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.38 |
| HSL | 35º | 0.06% | 0.6% | - |
| HSV(B) | 35º | 0.08% | 0.62% | - |
| XYZ | 31.12 | 32.59 | 32.25 | - |
| YUV | 154.7 | 123.66 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 154 | 147 | 0 | 0.03 | 0.08 | 0.38 | 35 | 0.06 | 0.6 |
| Hex | 9F | 9A | 93 | 0 | 3 | 8 | 26 | 23 | 6 | 3C |
| Octal | 237 | 232 | 223 | 0 | 3 | 10 | 46 | 43 | 6 | 74 |
| Binary | 10011111 | 10011010 | 10010011 | 0 | 11 | 1000 | 100110 | 100011 | 110 | 111100 |
Color Harmonies of #9F9A93
Complementary color
Monochromatic Colors of #9F9A93
Black with #9F9A93
Text Example
Text Example
White with #9F9A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9A93; }
p { color: rgb(159,154,147); }
H1.HeaderClassName
{
color: #9F9A93;
}
.AnyTagClassName
{
color: #9F9A93;
}
</style>
background-color css
<style>
a { background-color: #9F9A93; }
a { background-color: rgb(159,154,147); }
div.DivClassName
{
background-color: #9F9A93;
}
.BgClassName
{
background-color: #9F9A93;
}
</style>
border-color css
<style>
span { border-color: #9F9A93; }
span { border-color: rgb(159,154,147); }
td.TdClassName
{
border-color: #9F9A93;
}
.TagClassName
{
border-color: #9F9A93;
}
</style>