Shades of Zorba #9C9187
Tints of Zorba #9C9187
RGB
CMYK
RGB Variations
Color information
#9C9187 (or 0x9C9187) is known color: Zorba. HEX triplet: 9C, 91 and 87. RGB value is (156,145,135). Sum of RGB (Red+Green+Blue) = 156+145+135=436 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.78% from 436); Green value is 145 (57.03% from 255 or 33.26% from 436); Blue value is 135 (53.12% from 255 or 30.96% from 436); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9187 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9187 is #636E78. Grayscale: #939393. Windows color (decimal): -6516345 or 8884636. OLE color: 8884636.
HSL color Cylindrical-coordinate representation of color #9C9187: hue angle of 28.57º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9C9187 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 145 | 135 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.39 |
| HSL | 28.57º | 0.1% | 0.57% | - |
| HSV(B) | 28.57º | 0.13% | 0.61% | - |
| XYZ | 28.21 | 29.07 | 27.05 | - |
| YUV | 147.15 | 121.14 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 145 | 135 | 0 | 0.07 | 0.13 | 0.39 | 28.57 | 0.1 | 0.57 |
| Hex | 9C | 91 | 87 | 0 | 7 | D | 27 | 1D | A | 39 |
| Octal | 234 | 221 | 207 | 0 | 7 | 15 | 47 | 35 | 12 | 71 |
| Binary | 10011100 | 10010001 | 10000111 | 0 | 111 | 1101 | 100111 | 11101 | 1010 | 111001 |
Color Harmonies of #9C9187
Complementary color
Monochromatic Colors of #9C9187
Black with #9C9187
Text Example
Text Example
White with #9C9187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9187; }
p { color: rgb(156,145,135); }
H1.HeaderClassName
{
color: #9C9187;
}
.AnyTagClassName
{
color: #9C9187;
}
</style>
background-color css
<style>
a { background-color: #9C9187; }
a { background-color: rgb(156,145,135); }
div.DivClassName
{
background-color: #9C9187;
}
.BgClassName
{
background-color: #9C9187;
}
</style>
border-color css
<style>
span { border-color: #9C9187; }
span { border-color: rgb(156,145,135); }
td.TdClassName
{
border-color: #9C9187;
}
.TagClassName
{
border-color: #9C9187;
}
</style>