Shades of Zorba #9C938B
Tints of Zorba #9C938B
RGB
CMYK
RGB Variations
Color information
#9C938B (or 0x9C938B) is known color: Zorba. HEX triplet: 9C, 93 and 8B. RGB value is (156,147,139). Sum of RGB (Red+Green+Blue) = 156+147+139=442 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.29% from 442); Green value is 147 (57.81% from 255 or 33.26% from 442); Blue value is 139 (54.69% from 255 or 31.45% from 442); Max value from RGB is 156 - color contains mainly: red. Hex color #9C938B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C938B is #636C74. Grayscale: #949494. Windows color (decimal): -6515829 or 9147292. OLE color: 9147292.
HSL color Cylindrical-coordinate representation of color #9C938B: hue angle of 28.24º 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 #9C938B is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 147 | 139 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.39 |
| HSL | 28.24º | 0.08% | 0.58% | - |
| HSV(B) | 28.24º | 0.11% | 0.61% | - |
| XYZ | 28.8 | 29.8 | 28.66 | - |
| YUV | 148.78 | 122.48 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 147 | 139 | 0 | 0.06 | 0.11 | 0.39 | 28.24 | 0.08 | 0.58 |
| Hex | 9C | 93 | 8B | 0 | 6 | B | 27 | 1C | 8 | 3A |
| Octal | 234 | 223 | 213 | 0 | 6 | 13 | 47 | 34 | 10 | 72 |
| Binary | 10011100 | 10010011 | 10001011 | 0 | 110 | 1011 | 100111 | 11100 | 1000 | 111010 |
Color Harmonies of #9C938B
Complementary color
Monochromatic Colors of #9C938B
Black with #9C938B
Text Example
Text Example
White with #9C938B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C938B; }
p { color: rgb(156,147,139); }
H1.HeaderClassName
{
color: #9C938B;
}
.AnyTagClassName
{
color: #9C938B;
}
</style>
background-color css
<style>
a { background-color: #9C938B; }
a { background-color: rgb(156,147,139); }
div.DivClassName
{
background-color: #9C938B;
}
.BgClassName
{
background-color: #9C938B;
}
</style>
border-color css
<style>
span { border-color: #9C938B; }
span { border-color: rgb(156,147,139); }
td.TdClassName
{
border-color: #9C938B;
}
.TagClassName
{
border-color: #9C938B;
}
</style>