Shades of Zorba #9C918B
Tints of Zorba #9C918B
RGB
CMYK
RGB Variations
Color information
#9C918B (or 0x9C918B) is known color: Zorba. HEX triplet: 9C, 91 and 8B. RGB value is (156,145,139). Sum of RGB (Red+Green+Blue) = 156+145+139=440 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.45% from 440); Green value is 145 (57.03% from 255 or 32.95% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 156 - color contains mainly: red. Hex color #9C918B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C918B is #636E74. Grayscale: #939393. Windows color (decimal): -6516341 or 9146780. OLE color: 9146780.
HSL color Cylindrical-coordinate representation of color #9C918B: hue angle of 21.18º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9C918B is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 145 | 139 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.39 |
| HSL | 21.18º | 0.08% | 0.58% | - |
| HSV(B) | 21.18º | 0.11% | 0.61% | - |
| XYZ | 28.5 | 29.18 | 28.56 | - |
| YUV | 147.61 | 123.14 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 145 | 139 | 0 | 0.07 | 0.11 | 0.39 | 21.18 | 0.08 | 0.58 |
| Hex | 9C | 91 | 8B | 0 | 7 | B | 27 | 15 | 8 | 3A |
| Octal | 234 | 221 | 213 | 0 | 7 | 13 | 47 | 25 | 10 | 72 |
| Binary | 10011100 | 10010001 | 10001011 | 0 | 111 | 1011 | 100111 | 10101 | 1000 | 111010 |
Color Harmonies of #9C918B
Complementary color
Monochromatic Colors of #9C918B
Black with #9C918B
Text Example
Text Example
White with #9C918B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C918B; }
p { color: rgb(156,145,139); }
H1.HeaderClassName
{
color: #9C918B;
}
.AnyTagClassName
{
color: #9C918B;
}
</style>
background-color css
<style>
a { background-color: #9C918B; }
a { background-color: rgb(156,145,139); }
div.DivClassName
{
background-color: #9C918B;
}
.BgClassName
{
background-color: #9C918B;
}
</style>
border-color css
<style>
span { border-color: #9C918B; }
span { border-color: rgb(156,145,139); }
td.TdClassName
{
border-color: #9C918B;
}
.TagClassName
{
border-color: #9C918B;
}
</style>