Shades of Zorba #9B9388
Tints of Zorba #9B9388
RGB
CMYK
RGB Variations
Color information
#9B9388 (or 0x9B9388) is known color: Zorba. HEX triplet: 9B, 93 and 88. RGB value is (155,147,136). Sum of RGB (Red+Green+Blue) = 155+147+136=438 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.39% from 438); Green value is 147 (57.81% from 255 or 33.56% from 438); Blue value is 136 (53.52% from 255 or 31.05% from 438); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9388 is #646C77. Grayscale: #949494. Windows color (decimal): -6581368 or 8950683. OLE color: 8950683.
HSL color Cylindrical-coordinate representation of color #9B9388: hue angle of 34.74º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9B9388 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 147 | 136 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.39 |
| HSL | 34.74º | 0.09% | 0.57% | - |
| HSV(B) | 34.74º | 0.12% | 0.61% | - |
| XYZ | 28.4 | 29.61 | 27.51 | - |
| YUV | 148.14 | 121.15 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 147 | 136 | 0 | 0.05 | 0.12 | 0.39 | 34.74 | 0.09 | 0.57 |
| Hex | 9B | 93 | 88 | 0 | 5 | C | 27 | 23 | 9 | 39 |
| Octal | 233 | 223 | 210 | 0 | 5 | 14 | 47 | 43 | 11 | 71 |
| Binary | 10011011 | 10010011 | 10001000 | 0 | 101 | 1100 | 100111 | 100011 | 1001 | 111001 |
Color Harmonies of #9B9388
Complementary color
Monochromatic Colors of #9B9388
Black with #9B9388
Text Example
Text Example
White with #9B9388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9388; }
p { color: rgb(155,147,136); }
H1.HeaderClassName
{
color: #9B9388;
}
.AnyTagClassName
{
color: #9B9388;
}
</style>
background-color css
<style>
a { background-color: #9B9388; }
a { background-color: rgb(155,147,136); }
div.DivClassName
{
background-color: #9B9388;
}
.BgClassName
{
background-color: #9B9388;
}
</style>
border-color css
<style>
span { border-color: #9B9388; }
span { border-color: rgb(155,147,136); }
td.TdClassName
{
border-color: #9B9388;
}
.TagClassName
{
border-color: #9B9388;
}
</style>