Shades of Zorba #99928D
Tints of Zorba #99928D
RGB
CMYK
RGB Variations
Color information
#99928D (or 0x99928D) is known color: Zorba. HEX triplet: 99, 92 and 8D. RGB value is (153,146,141). Sum of RGB (Red+Green+Blue) = 153+146+141=440 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.77% from 440); Green value is 146 (57.42% from 255 or 33.18% from 440); Blue value is 141 (55.47% from 255 or 32.05% from 440); Max value from RGB is 153 - color contains mainly: red. Hex color #99928D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99928D is #666D72. Grayscale: #939393. Windows color (decimal): -6712691 or 9278105. OLE color: 9278105.
HSL color Cylindrical-coordinate representation of color #99928D: hue angle of 25º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #99928D is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 146 | 141 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.4 |
| HSL | 25º | 0.06% | 0.58% | - |
| HSV(B) | 25º | 0.08% | 0.6% | - |
| XYZ | 28.22 | 29.25 | 29.36 | - |
| YUV | 147.52 | 124.32 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 146 | 141 | 0 | 0.05 | 0.08 | 0.4 | 25 | 0.06 | 0.58 |
| Hex | 99 | 92 | 8D | 0 | 5 | 8 | 28 | 19 | 6 | 3A |
| Octal | 231 | 222 | 215 | 0 | 5 | 10 | 50 | 31 | 6 | 72 |
| Binary | 10011001 | 10010010 | 10001101 | 0 | 101 | 1000 | 101000 | 11001 | 110 | 111010 |
Color Harmonies of #99928D
Complementary color
Monochromatic Colors of #99928D
Black with #99928D
Text Example
Text Example
White with #99928D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99928D; }
p { color: rgb(153,146,141); }
H1.HeaderClassName
{
color: #99928D;
}
.AnyTagClassName
{
color: #99928D;
}
</style>
background-color css
<style>
a { background-color: #99928D; }
a { background-color: rgb(153,146,141); }
div.DivClassName
{
background-color: #99928D;
}
.BgClassName
{
background-color: #99928D;
}
</style>
border-color css
<style>
span { border-color: #99928D; }
span { border-color: rgb(153,146,141); }
td.TdClassName
{
border-color: #99928D;
}
.TagClassName
{
border-color: #99928D;
}
</style>