Shades of Zorba #9F948D
Tints of Zorba #9F948D
RGB
CMYK
RGB Variations
Color information
#9F948D (or 0x9F948D) is known color: Zorba. HEX triplet: 9F, 94 and 8D. RGB value is (159,148,141). Sum of RGB (Red+Green+Blue) = 159+148+141=448 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.49% from 448); Green value is 148 (58.20% from 255 or 33.04% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 159 - color contains mainly: red. Hex color #9F948D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F948D is #606B72. Grayscale: #969696. Windows color (decimal): -6318963 or 9278623. OLE color: 9278623.
HSL color Cylindrical-coordinate representation of color #9F948D: hue angle of 23.33º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9F948D is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 148 | 141 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.38 |
| HSL | 23.33º | 0.09% | 0.59% | - |
| HSV(B) | 23.33º | 0.11% | 0.62% | - |
| XYZ | 29.7 | 30.47 | 29.52 | - |
| YUV | 150.49 | 122.64 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 148 | 141 | 0 | 0.07 | 0.11 | 0.38 | 23.33 | 0.09 | 0.59 |
| Hex | 9F | 94 | 8D | 0 | 7 | B | 26 | 17 | 9 | 3B |
| Octal | 237 | 224 | 215 | 0 | 7 | 13 | 46 | 27 | 11 | 73 |
| Binary | 10011111 | 10010100 | 10001101 | 0 | 111 | 1011 | 100110 | 10111 | 1001 | 111011 |
Color Harmonies of #9F948D
Complementary color
Monochromatic Colors of #9F948D
Black with #9F948D
Text Example
Text Example
White with #9F948D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F948D; }
p { color: rgb(159,148,141); }
H1.HeaderClassName
{
color: #9F948D;
}
.AnyTagClassName
{
color: #9F948D;
}
</style>
background-color css
<style>
a { background-color: #9F948D; }
a { background-color: rgb(159,148,141); }
div.DivClassName
{
background-color: #9F948D;
}
.BgClassName
{
background-color: #9F948D;
}
</style>
border-color css
<style>
span { border-color: #9F948D; }
span { border-color: rgb(159,148,141); }
td.TdClassName
{
border-color: #9F948D;
}
.TagClassName
{
border-color: #9F948D;
}
</style>