Shades of Zorba #9F9893
Tints of Zorba #9F9893
RGB
CMYK
RGB Variations
Color information
#9F9893 (or 0x9F9893) is known color: Zorba. HEX triplet: 9F, 98 and 93. RGB value is (159,152,147). Sum of RGB (Red+Green+Blue) = 159+152+147=458 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.72% from 458); Green value is 152 (59.77% from 255 or 33.19% from 458); Blue value is 147 (57.81% from 255 or 32.10% from 458); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9893 is #60676C. Grayscale: #999999. Windows color (decimal): -6317933 or 9672863. OLE color: 9672863.
HSL color Cylindrical-coordinate representation of color #9F9893: hue angle of 25º 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 #9F9893 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 152 | 147 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.38 |
| HSL | 25º | 0.06% | 0.6% | - |
| HSV(B) | 25º | 0.08% | 0.62% | - |
| XYZ | 30.79 | 31.93 | 32.14 | - |
| YUV | 153.52 | 124.32 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 152 | 147 | 0 | 0.04 | 0.08 | 0.38 | 25 | 0.06 | 0.6 |
| Hex | 9F | 98 | 93 | 0 | 4 | 8 | 26 | 19 | 6 | 3C |
| Octal | 237 | 230 | 223 | 0 | 4 | 10 | 46 | 31 | 6 | 74 |
| Binary | 10011111 | 10011000 | 10010011 | 0 | 100 | 1000 | 100110 | 11001 | 110 | 111100 |
Color Harmonies of #9F9893
Complementary color
Monochromatic Colors of #9F9893
Black with #9F9893
Text Example
Text Example
White with #9F9893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9893; }
p { color: rgb(159,152,147); }
H1.HeaderClassName
{
color: #9F9893;
}
.AnyTagClassName
{
color: #9F9893;
}
</style>
background-color css
<style>
a { background-color: #9F9893; }
a { background-color: rgb(159,152,147); }
div.DivClassName
{
background-color: #9F9893;
}
.BgClassName
{
background-color: #9F9893;
}
</style>
border-color css
<style>
span { border-color: #9F9893; }
span { border-color: rgb(159,152,147); }
td.TdClassName
{
border-color: #9F9893;
}
.TagClassName
{
border-color: #9F9893;
}
</style>