Shades of Zorba #99928E
Tints of Zorba #99928E
RGB
CMYK
RGB Variations
Color information
#99928E (or 0x99928E) is known color: Zorba. HEX triplet: 99, 92 and 8E. RGB value is (153,146,142). Sum of RGB (Red+Green+Blue) = 153+146+142=441 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.69% from 441); Green value is 146 (57.42% from 255 or 33.11% from 441); Blue value is 142 (55.86% from 255 or 32.20% from 441); Max value from RGB is 153 - color contains mainly: red. Hex color #99928E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99928E is #666D71. Grayscale: #939393. Windows color (decimal): -6712690 or 9343641. OLE color: 9343641.
HSL color Cylindrical-coordinate representation of color #99928E: hue angle of 21.82º degrees, saturation: 0.05, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #99928E is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 146 | 142 | - |
| CMYK | 0 | 0.05 | 0.07 | 0.4 |
| HSL | 21.82º | 0.05% | 0.58% | - |
| HSV(B) | 21.82º | 0.07% | 0.6% | - |
| XYZ | 28.3 | 29.28 | 29.75 | - |
| YUV | 147.64 | 124.82 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 146 | 142 | 0 | 0.05 | 0.07 | 0.4 | 21.82 | 0.05 | 0.58 |
| Hex | 99 | 92 | 8E | 0 | 5 | 7 | 28 | 16 | 5 | 3A |
| Octal | 231 | 222 | 216 | 0 | 5 | 7 | 50 | 26 | 5 | 72 |
| Binary | 10011001 | 10010010 | 10001110 | 0 | 101 | 111 | 101000 | 10110 | 101 | 111010 |
Color Harmonies of #99928E
Complementary color
Monochromatic Colors of #99928E
Black with #99928E
Text Example
Text Example
White with #99928E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99928E; }
p { color: rgb(153,146,142); }
H1.HeaderClassName
{
color: #99928E;
}
.AnyTagClassName
{
color: #99928E;
}
</style>
background-color css
<style>
a { background-color: #99928E; }
a { background-color: rgb(153,146,142); }
div.DivClassName
{
background-color: #99928E;
}
.BgClassName
{
background-color: #99928E;
}
</style>
border-color css
<style>
span { border-color: #99928E; }
span { border-color: rgb(153,146,142); }
td.TdClassName
{
border-color: #99928E;
}
.TagClassName
{
border-color: #99928E;
}
</style>