Shades of Zorba #9B948C
Tints of Zorba #9B948C
RGB
CMYK
RGB Variations
Color information
#9B948C (or 0x9B948C) is known color: Zorba. HEX triplet: 9B, 94 and 8C. RGB value is (155,148,140). Sum of RGB (Red+Green+Blue) = 155+148+140=443 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.99% from 443); Green value is 148 (58.20% from 255 or 33.41% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 155 - color contains mainly: red. Hex color #9B948C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B948C is #646B73. Grayscale: #959595. Windows color (decimal): -6581108 or 9213083. OLE color: 9213083.
HSL color Cylindrical-coordinate representation of color #9B948C: hue angle of 32º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9B948C is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 148 | 140 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.39 |
| HSL | 32º | 0.07% | 0.58% | - |
| HSV(B) | 32º | 0.1% | 0.61% | - |
| XYZ | 28.84 | 30.04 | 29.09 | - |
| YUV | 149.18 | 122.82 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 148 | 140 | 0 | 0.05 | 0.10 | 0.39 | 32 | 0.07 | 0.58 |
| Hex | 9B | 94 | 8C | 0 | 5 | A | 27 | 20 | 7 | 3A |
| Octal | 233 | 224 | 214 | 0 | 5 | 12 | 47 | 40 | 7 | 72 |
| Binary | 10011011 | 10010100 | 10001100 | 0 | 101 | 1010 | 100111 | 100000 | 111 | 111010 |
Color Harmonies of #9B948C
Complementary color
Monochromatic Colors of #9B948C
Black with #9B948C
Text Example
Text Example
White with #9B948C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B948C; }
p { color: rgb(155,148,140); }
H1.HeaderClassName
{
color: #9B948C;
}
.AnyTagClassName
{
color: #9B948C;
}
</style>
background-color css
<style>
a { background-color: #9B948C; }
a { background-color: rgb(155,148,140); }
div.DivClassName
{
background-color: #9B948C;
}
.BgClassName
{
background-color: #9B948C;
}
</style>
border-color css
<style>
span { border-color: #9B948C; }
span { border-color: rgb(155,148,140); }
td.TdClassName
{
border-color: #9B948C;
}
.TagClassName
{
border-color: #9B948C;
}
</style>