Shades of Zorba #9F948F
Tints of Zorba #9F948F
RGB
CMYK
RGB Variations
Color information
#9F948F (or 0x9F948F) is known color: Zorba. HEX triplet: 9F, 94 and 8F. RGB value is (159,148,143). Sum of RGB (Red+Green+Blue) = 159+148+143=450 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.33% from 450); Green value is 148 (58.20% from 255 or 32.89% from 450); Blue value is 143 (56.25% from 255 or 31.78% from 450); Max value from RGB is 159 - color contains mainly: red. Hex color #9F948F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F948F is #606B70. Grayscale: #969696. Windows color (decimal): -6318961 or 9409695. OLE color: 9409695.
HSL color Cylindrical-coordinate representation of color #9F948F: hue angle of 18.75º degrees, saturation: 0.08, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9F948F is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 148 | 143 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.38 |
| HSL | 18.75º | 0.08% | 0.59% | - |
| HSV(B) | 18.75º | 0.1% | 0.62% | - |
| XYZ | 29.85 | 30.53 | 30.31 | - |
| YUV | 150.72 | 123.64 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 148 | 143 | 0 | 0.07 | 0.10 | 0.38 | 18.75 | 0.08 | 0.59 |
| Hex | 9F | 94 | 8F | 0 | 7 | A | 26 | 13 | 8 | 3B |
| Octal | 237 | 224 | 217 | 0 | 7 | 12 | 46 | 23 | 10 | 73 |
| Binary | 10011111 | 10010100 | 10001111 | 0 | 111 | 1010 | 100110 | 10011 | 1000 | 111011 |
Color Harmonies of #9F948F
Complementary color
Monochromatic Colors of #9F948F
Black with #9F948F
Text Example
Text Example
White with #9F948F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F948F; }
p { color: rgb(159,148,143); }
H1.HeaderClassName
{
color: #9F948F;
}
.AnyTagClassName
{
color: #9F948F;
}
</style>
background-color css
<style>
a { background-color: #9F948F; }
a { background-color: rgb(159,148,143); }
div.DivClassName
{
background-color: #9F948F;
}
.BgClassName
{
background-color: #9F948F;
}
</style>
border-color css
<style>
span { border-color: #9F948F; }
span { border-color: rgb(159,148,143); }
td.TdClassName
{
border-color: #9F948F;
}
.TagClassName
{
border-color: #9F948F;
}
</style>