Shades of Zorba #9C938F
Tints of Zorba #9C938F
RGB
CMYK
RGB Variations
Color information
#9C938F (or 0x9C938F) is known color: Zorba. HEX triplet: 9C, 93 and 8F. RGB value is (156,147,143). Sum of RGB (Red+Green+Blue) = 156+147+143=446 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.98% from 446); Green value is 147 (57.81% from 255 or 32.96% from 446); Blue value is 143 (56.25% from 255 or 32.06% from 446); Max value from RGB is 156 - color contains mainly: red. Hex color #9C938F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C938F is #636C70. Grayscale: #959595. Windows color (decimal): -6515825 or 9409436. OLE color: 9409436.
HSL color Cylindrical-coordinate representation of color #9C938F: hue angle of 18.46º degrees, saturation: 0.06, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9C938F is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 147 | 143 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.39 |
| HSL | 18.46º | 0.06% | 0.59% | - |
| HSV(B) | 18.46º | 0.08% | 0.61% | - |
| XYZ | 29.1 | 29.92 | 30.23 | - |
| YUV | 149.24 | 124.48 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 147 | 143 | 0 | 0.06 | 0.08 | 0.39 | 18.46 | 0.06 | 0.59 |
| Hex | 9C | 93 | 8F | 0 | 6 | 8 | 27 | 12 | 6 | 3B |
| Octal | 234 | 223 | 217 | 0 | 6 | 10 | 47 | 22 | 6 | 73 |
| Binary | 10011100 | 10010011 | 10001111 | 0 | 110 | 1000 | 100111 | 10010 | 110 | 111011 |
Color Harmonies of #9C938F
Complementary color
Monochromatic Colors of #9C938F
Black with #9C938F
Text Example
Text Example
White with #9C938F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C938F; }
p { color: rgb(156,147,143); }
H1.HeaderClassName
{
color: #9C938F;
}
.AnyTagClassName
{
color: #9C938F;
}
</style>
background-color css
<style>
a { background-color: #9C938F; }
a { background-color: rgb(156,147,143); }
div.DivClassName
{
background-color: #9C938F;
}
.BgClassName
{
background-color: #9C938F;
}
</style>
border-color css
<style>
span { border-color: #9C938F; }
span { border-color: rgb(156,147,143); }
td.TdClassName
{
border-color: #9C938F;
}
.TagClassName
{
border-color: #9C938F;
}
</style>