Shades of Zorba #9F8F83
Tints of Zorba #9F8F83
RGB
CMYK
RGB Variations
Color information
#9F8F83 (or 0x9F8F83) is known color: Zorba. HEX triplet: 9F, 8F and 83. RGB value is (159,143,131). Sum of RGB (Red+Green+Blue) = 159+143+131=433 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.72% from 433); Green value is 143 (56.25% from 255 or 33.03% from 433); Blue value is 131 (51.56% from 255 or 30.25% from 433); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8F83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8F83 is #60707C. Grayscale: #929292. Windows color (decimal): -6320253 or 8621983. OLE color: 8621983.
HSL color Cylindrical-coordinate representation of color #9F8F83: hue angle of 25.71º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9F8F83 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 143 | 131 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.38 |
| HSL | 25.71º | 0.13% | 0.57% | - |
| HSV(B) | 25.71º | 0.18% | 0.62% | - |
| XYZ | 28.22 | 28.65 | 25.52 | - |
| YUV | 146.42 | 119.3 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 143 | 131 | 0 | 0.10 | 0.18 | 0.38 | 25.71 | 0.13 | 0.57 |
| Hex | 9F | 8F | 83 | 0 | A | 12 | 26 | 1A | D | 39 |
| Octal | 237 | 217 | 203 | 0 | 12 | 22 | 46 | 32 | 15 | 71 |
| Binary | 10011111 | 10001111 | 10000011 | 0 | 1010 | 10010 | 100110 | 11010 | 1101 | 111001 |
Color Harmonies of #9F8F83
Complementary color
Monochromatic Colors of #9F8F83
Black with #9F8F83
Text Example
Text Example
White with #9F8F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8F83; }
p { color: rgb(159,143,131); }
H1.HeaderClassName
{
color: #9F8F83;
}
.AnyTagClassName
{
color: #9F8F83;
}
</style>
background-color css
<style>
a { background-color: #9F8F83; }
a { background-color: rgb(159,143,131); }
div.DivClassName
{
background-color: #9F8F83;
}
.BgClassName
{
background-color: #9F8F83;
}
</style>
border-color css
<style>
span { border-color: #9F8F83; }
span { border-color: rgb(159,143,131); }
td.TdClassName
{
border-color: #9F8F83;
}
.TagClassName
{
border-color: #9F8F83;
}
</style>