Shades of Zorba #9F948C
Tints of Zorba #9F948C
RGB
CMYK
RGB Variations
Color information
#9F948C (or 0x9F948C) is known color: Zorba. HEX triplet: 9F, 94 and 8C. RGB value is (159,148,140). Sum of RGB (Red+Green+Blue) = 159+148+140=447 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.57% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 140 (55.08% from 255 or 31.32% from 447); Max value from RGB is 159 - color contains mainly: red. Hex color #9F948C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F948C is #606B73. Grayscale: #969696. Windows color (decimal): -6318964 or 9213087. OLE color: 9213087.
HSL color Cylindrical-coordinate representation of color #9F948C: hue angle of 25.26º 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 #9F948C is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 148 | 140 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.38 |
| HSL | 25.26º | 0.09% | 0.59% | - |
| HSV(B) | 25.26º | 0.12% | 0.62% | - |
| XYZ | 29.62 | 30.44 | 29.13 | - |
| YUV | 150.38 | 122.14 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 148 | 140 | 0 | 0.07 | 0.12 | 0.38 | 25.26 | 0.09 | 0.59 |
| Hex | 9F | 94 | 8C | 0 | 7 | C | 26 | 19 | 9 | 3B |
| Octal | 237 | 224 | 214 | 0 | 7 | 14 | 46 | 31 | 11 | 73 |
| Binary | 10011111 | 10010100 | 10001100 | 0 | 111 | 1100 | 100110 | 11001 | 1001 | 111011 |
Color Harmonies of #9F948C
Complementary color
Monochromatic Colors of #9F948C
Black with #9F948C
Text Example
Text Example
White with #9F948C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F948C; }
p { color: rgb(159,148,140); }
H1.HeaderClassName
{
color: #9F948C;
}
.AnyTagClassName
{
color: #9F948C;
}
</style>
background-color css
<style>
a { background-color: #9F948C; }
a { background-color: rgb(159,148,140); }
div.DivClassName
{
background-color: #9F948C;
}
.BgClassName
{
background-color: #9F948C;
}
</style>
border-color css
<style>
span { border-color: #9F948C; }
span { border-color: rgb(159,148,140); }
td.TdClassName
{
border-color: #9F948C;
}
.TagClassName
{
border-color: #9F948C;
}
</style>