Shades of Zorba #96928D
Tints of Zorba #96928D
RGB
CMYK
RGB Variations
Color information
#96928D (or 0x96928D) is known color: Zorba. HEX triplet: 96, 92 and 8D. RGB value is (150,146,141). Sum of RGB (Red+Green+Blue) = 150+146+141=437 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.32% from 437); Green value is 146 (57.42% from 255 or 33.41% from 437); Blue value is 141 (55.47% from 255 or 32.27% from 437); Max value from RGB is 150 - color contains mainly: red. Hex color #96928D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96928D is #696D72. Grayscale: #929292. Windows color (decimal): -6909299 or 9278102. OLE color: 9278102.
HSL color Cylindrical-coordinate representation of color #96928D: hue angle of 33.33º degrees, saturation: 0.04, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #96928D is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 146 | 141 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.41 |
| HSL | 33.33º | 0.04% | 0.57% | - |
| HSV(B) | 33.33º | 0.06% | 0.59% | - |
| XYZ | 27.66 | 28.96 | 29.33 | - |
| YUV | 146.63 | 124.83 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 146 | 141 | 0 | 0.03 | 0.06 | 0.41 | 33.33 | 0.04 | 0.57 |
| Hex | 96 | 92 | 8D | 0 | 3 | 6 | 29 | 21 | 4 | 39 |
| Octal | 226 | 222 | 215 | 0 | 3 | 6 | 51 | 41 | 4 | 71 |
| Binary | 10010110 | 10010010 | 10001101 | 0 | 11 | 110 | 101001 | 100001 | 100 | 111001 |
Color Harmonies of #96928D
Complementary color
Monochromatic Colors of #96928D
Black with #96928D
Text Example
Text Example
White with #96928D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96928D; }
p { color: rgb(150,146,141); }
H1.HeaderClassName
{
color: #96928D;
}
.AnyTagClassName
{
color: #96928D;
}
</style>
background-color css
<style>
a { background-color: #96928D; }
a { background-color: rgb(150,146,141); }
div.DivClassName
{
background-color: #96928D;
}
.BgClassName
{
background-color: #96928D;
}
</style>
border-color css
<style>
span { border-color: #96928D; }
span { border-color: rgb(150,146,141); }
td.TdClassName
{
border-color: #96928D;
}
.TagClassName
{
border-color: #96928D;
}
</style>