Shades of Zorba #9C928B
Tints of Zorba #9C928B
RGB
CMYK
RGB Variations
Color information
#9C928B (or 0x9C928B) is known color: Zorba. HEX triplet: 9C, 92 and 8B. RGB value is (156,146,139). Sum of RGB (Red+Green+Blue) = 156+146+139=441 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.37% from 441); Green value is 146 (57.42% from 255 or 33.11% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 156 - color contains mainly: red. Hex color #9C928B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C928B is #636D74. Grayscale: #949494. Windows color (decimal): -6516085 or 9147036. OLE color: 9147036.
HSL color Cylindrical-coordinate representation of color #9C928B: hue angle of 24.71º 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 #9C928B is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 146 | 139 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.39 |
| HSL | 24.71º | 0.08% | 0.58% | - |
| HSV(B) | 24.71º | 0.11% | 0.61% | - |
| XYZ | 28.65 | 29.49 | 28.61 | - |
| YUV | 148.19 | 122.81 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 146 | 139 | 0 | 0.06 | 0.11 | 0.39 | 24.71 | 0.08 | 0.58 |
| Hex | 9C | 92 | 8B | 0 | 6 | B | 27 | 19 | 8 | 3A |
| Octal | 234 | 222 | 213 | 0 | 6 | 13 | 47 | 31 | 10 | 72 |
| Binary | 10011100 | 10010010 | 10001011 | 0 | 110 | 1011 | 100111 | 11001 | 1000 | 111010 |
Color Harmonies of #9C928B
Complementary color
Monochromatic Colors of #9C928B
Black with #9C928B
Text Example
Text Example
White with #9C928B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C928B; }
p { color: rgb(156,146,139); }
H1.HeaderClassName
{
color: #9C928B;
}
.AnyTagClassName
{
color: #9C928B;
}
</style>
background-color css
<style>
a { background-color: #9C928B; }
a { background-color: rgb(156,146,139); }
div.DivClassName
{
background-color: #9C928B;
}
.BgClassName
{
background-color: #9C928B;
}
</style>
border-color css
<style>
span { border-color: #9C928B; }
span { border-color: rgb(156,146,139); }
td.TdClassName
{
border-color: #9C928B;
}
.TagClassName
{
border-color: #9C928B;
}
</style>