Shades of Zorba #9C9387
Tints of Zorba #9C9387
RGB
CMYK
RGB Variations
Color information
#9C9387 (or 0x9C9387) is known color: Zorba. HEX triplet: 9C, 93 and 87. RGB value is (156,147,135). Sum of RGB (Red+Green+Blue) = 156+147+135=438 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.62% from 438); Green value is 147 (57.81% from 255 or 33.56% from 438); Blue value is 135 (53.12% from 255 or 30.82% from 438); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9387 is #636C78. Grayscale: #949494. Windows color (decimal): -6515833 or 8885148. OLE color: 8885148.
HSL color Cylindrical-coordinate representation of color #9C9387: hue angle of 34.29º 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 #9C9387 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 147 | 135 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.39 |
| HSL | 34.29º | 0.1% | 0.57% | - |
| HSV(B) | 34.29º | 0.13% | 0.61% | - |
| XYZ | 28.52 | 29.68 | 27.15 | - |
| YUV | 148.32 | 120.48 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 147 | 135 | 0 | 0.06 | 0.13 | 0.39 | 34.29 | 0.1 | 0.57 |
| Hex | 9C | 93 | 87 | 0 | 6 | D | 27 | 22 | A | 39 |
| Octal | 234 | 223 | 207 | 0 | 6 | 15 | 47 | 42 | 12 | 71 |
| Binary | 10011100 | 10010011 | 10000111 | 0 | 110 | 1101 | 100111 | 100010 | 1010 | 111001 |
Color Harmonies of #9C9387
Complementary color
Monochromatic Colors of #9C9387
Black with #9C9387
Text Example
Text Example
White with #9C9387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9387; }
p { color: rgb(156,147,135); }
H1.HeaderClassName
{
color: #9C9387;
}
.AnyTagClassName
{
color: #9C9387;
}
</style>
background-color css
<style>
a { background-color: #9C9387; }
a { background-color: rgb(156,147,135); }
div.DivClassName
{
background-color: #9C9387;
}
.BgClassName
{
background-color: #9C9387;
}
</style>
border-color css
<style>
span { border-color: #9C9387; }
span { border-color: rgb(156,147,135); }
td.TdClassName
{
border-color: #9C9387;
}
.TagClassName
{
border-color: #9C9387;
}
</style>