Shades of Zorba #9B9083
Tints of Zorba #9B9083
RGB
CMYK
RGB Variations
Color information
#9B9083 (or 0x9B9083) is known color: Zorba. HEX triplet: 9B, 90 and 83. RGB value is (155,144,131). Sum of RGB (Red+Green+Blue) = 155+144+131=430 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.05% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 131 (51.56% from 255 or 30.47% from 430); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9083 is #646F7C. Grayscale: #919191. Windows color (decimal): -6582141 or 8622235. OLE color: 8622235.
HSL color Cylindrical-coordinate representation of color #9B9083: hue angle of 32.5º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9B9083 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 144 | 131 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.39 |
| HSL | 32.5º | 0.11% | 0.56% | - |
| HSV(B) | 32.5º | 0.15% | 0.61% | - |
| XYZ | 27.59 | 28.55 | 25.53 | - |
| YUV | 145.81 | 119.64 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 144 | 131 | 0 | 0.07 | 0.15 | 0.39 | 32.5 | 0.11 | 0.56 |
| Hex | 9B | 90 | 83 | 0 | 7 | F | 27 | 20 | B | 38 |
| Octal | 233 | 220 | 203 | 0 | 7 | 17 | 47 | 40 | 13 | 70 |
| Binary | 10011011 | 10010000 | 10000011 | 0 | 111 | 1111 | 100111 | 100000 | 1011 | 111000 |
Color Harmonies of #9B9083
Complementary color
Monochromatic Colors of #9B9083
Black with #9B9083
Text Example
Text Example
White with #9B9083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9083; }
p { color: rgb(155,144,131); }
H1.HeaderClassName
{
color: #9B9083;
}
.AnyTagClassName
{
color: #9B9083;
}
</style>
background-color css
<style>
a { background-color: #9B9083; }
a { background-color: rgb(155,144,131); }
div.DivClassName
{
background-color: #9B9083;
}
.BgClassName
{
background-color: #9B9083;
}
</style>
border-color css
<style>
span { border-color: #9B9083; }
span { border-color: rgb(155,144,131); }
td.TdClassName
{
border-color: #9B9083;
}
.TagClassName
{
border-color: #9B9083;
}
</style>