Shades of Zorba #9C9086
Tints of Zorba #9C9086
RGB
CMYK
RGB Variations
Color information
#9C9086 (or 0x9C9086) is known color: Zorba. HEX triplet: 9C, 90 and 86. RGB value is (156,144,134). Sum of RGB (Red+Green+Blue) = 156+144+134=434 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.94% from 434); Green value is 144 (56.64% from 255 or 33.18% from 434); Blue value is 134 (52.73% from 255 or 30.88% from 434); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9086 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9086 is #636F79. Grayscale: #929292. Windows color (decimal): -6516602 or 8818844. OLE color: 8818844.
HSL color Cylindrical-coordinate representation of color #9C9086: hue angle of 27.27º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9C9086 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 144 | 134 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.39 |
| HSL | 27.27º | 0.1% | 0.57% | - |
| HSV(B) | 27.27º | 0.14% | 0.61% | - |
| XYZ | 27.99 | 28.74 | 26.63 | - |
| YUV | 146.45 | 120.98 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 144 | 134 | 0 | 0.08 | 0.14 | 0.39 | 27.27 | 0.1 | 0.57 |
| Hex | 9C | 90 | 86 | 0 | 8 | E | 27 | 1B | A | 39 |
| Octal | 234 | 220 | 206 | 0 | 10 | 16 | 47 | 33 | 12 | 71 |
| Binary | 10011100 | 10010000 | 10000110 | 0 | 1000 | 1110 | 100111 | 11011 | 1010 | 111001 |
Color Harmonies of #9C9086
Complementary color
Monochromatic Colors of #9C9086
Black with #9C9086
Text Example
Text Example
White with #9C9086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9086; }
p { color: rgb(156,144,134); }
H1.HeaderClassName
{
color: #9C9086;
}
.AnyTagClassName
{
color: #9C9086;
}
</style>
background-color css
<style>
a { background-color: #9C9086; }
a { background-color: rgb(156,144,134); }
div.DivClassName
{
background-color: #9C9086;
}
.BgClassName
{
background-color: #9C9086;
}
</style>
border-color css
<style>
span { border-color: #9C9086; }
span { border-color: rgb(156,144,134); }
td.TdClassName
{
border-color: #9C9086;
}
.TagClassName
{
border-color: #9C9086;
}
</style>