Shades of Zorba #98938C
Tints of Zorba #98938C
RGB
CMYK
RGB Variations
Color information
#98938C (or 0x98938C) is known color: Zorba. HEX triplet: 98, 93 and 8C. RGB value is (152,147,140). Sum of RGB (Red+Green+Blue) = 152+147+140=439 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.62% from 439); Green value is 147 (57.81% from 255 or 33.49% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 152 - color contains mainly: red. Hex color #98938C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98938C is #676C73. Grayscale: #939393. Windows color (decimal): -6777972 or 9212824. OLE color: 9212824.
HSL color Cylindrical-coordinate representation of color #98938C: hue angle of 35º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #98938C is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 147 | 140 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.40 |
| HSL | 35º | 0.06% | 0.57% | - |
| HSV(B) | 35º | 0.08% | 0.6% | - |
| XYZ | 28.12 | 29.44 | 29.01 | - |
| YUV | 147.7 | 123.66 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 147 | 140 | 0 | 0.03 | 0.08 | 0.40 | 35 | 0.06 | 0.57 |
| Hex | 98 | 93 | 8C | 0 | 3 | 8 | 28 | 23 | 6 | 39 |
| Octal | 230 | 223 | 214 | 0 | 3 | 10 | 50 | 43 | 6 | 71 |
| Binary | 10011000 | 10010011 | 10001100 | 0 | 11 | 1000 | 101000 | 100011 | 110 | 111001 |
Color Harmonies of #98938C
Complementary color
Monochromatic Colors of #98938C
Black with #98938C
Text Example
Text Example
White with #98938C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98938C; }
p { color: rgb(152,147,140); }
H1.HeaderClassName
{
color: #98938C;
}
.AnyTagClassName
{
color: #98938C;
}
</style>
background-color css
<style>
a { background-color: #98938C; }
a { background-color: rgb(152,147,140); }
div.DivClassName
{
background-color: #98938C;
}
.BgClassName
{
background-color: #98938C;
}
</style>
border-color css
<style>
span { border-color: #98938C; }
span { border-color: rgb(152,147,140); }
td.TdClassName
{
border-color: #98938C;
}
.TagClassName
{
border-color: #98938C;
}
</style>