Shades of Zorba #9F938C
Tints of Zorba #9F938C
RGB
CMYK
RGB Variations
Color information
#9F938C (or 0x9F938C) is known color: Zorba. HEX triplet: 9F, 93 and 8C. RGB value is (159,147,140). Sum of RGB (Red+Green+Blue) = 159+147+140=446 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.65% from 446); Green value is 147 (57.81% from 255 or 32.96% from 446); Blue value is 140 (55.08% from 255 or 31.39% from 446); Max value from RGB is 159 - color contains mainly: red. Hex color #9F938C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F938C is #606C73. Grayscale: #959595. Windows color (decimal): -6319220 or 9212831. OLE color: 9212831.
HSL color Cylindrical-coordinate representation of color #9F938C: hue angle of 22.11º 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 #9F938C is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 147 | 140 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.38 |
| HSL | 22.11º | 0.09% | 0.59% | - |
| HSV(B) | 22.11º | 0.12% | 0.62% | - |
| XYZ | 29.47 | 30.13 | 29.07 | - |
| YUV | 149.79 | 122.48 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 147 | 140 | 0 | 0.08 | 0.12 | 0.38 | 22.11 | 0.09 | 0.59 |
| Hex | 9F | 93 | 8C | 0 | 8 | C | 26 | 16 | 9 | 3B |
| Octal | 237 | 223 | 214 | 0 | 10 | 14 | 46 | 26 | 11 | 73 |
| Binary | 10011111 | 10010011 | 10001100 | 0 | 1000 | 1100 | 100110 | 10110 | 1001 | 111011 |
Color Harmonies of #9F938C
Complementary color
Monochromatic Colors of #9F938C
Black with #9F938C
Text Example
Text Example
White with #9F938C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F938C; }
p { color: rgb(159,147,140); }
H1.HeaderClassName
{
color: #9F938C;
}
.AnyTagClassName
{
color: #9F938C;
}
</style>
background-color css
<style>
a { background-color: #9F938C; }
a { background-color: rgb(159,147,140); }
div.DivClassName
{
background-color: #9F938C;
}
.BgClassName
{
background-color: #9F938C;
}
</style>
border-color css
<style>
span { border-color: #9F938C; }
span { border-color: rgb(159,147,140); }
td.TdClassName
{
border-color: #9F938C;
}
.TagClassName
{
border-color: #9F938C;
}
</style>