Shades of Zorba #99938B
Tints of Zorba #99938B
RGB
CMYK
RGB Variations
Color information
#99938B (or 0x99938B) is known color: Zorba. HEX triplet: 99, 93 and 8B. RGB value is (153,147,139). Sum of RGB (Red+Green+Blue) = 153+147+139=439 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.85% from 439); Green value is 147 (57.81% from 255 or 33.49% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 153 - color contains mainly: red. Hex color #99938B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99938B is #666C74. Grayscale: #939393. Windows color (decimal): -6712437 or 9147289. OLE color: 9147289.
HSL color Cylindrical-coordinate representation of color #99938B: hue angle of 34.29º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #99938B is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 147 | 139 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.4 |
| HSL | 34.29º | 0.06% | 0.57% | - |
| HSV(B) | 34.29º | 0.09% | 0.6% | - |
| XYZ | 28.23 | 29.5 | 28.63 | - |
| YUV | 147.88 | 122.99 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 147 | 139 | 0 | 0.04 | 0.09 | 0.4 | 34.29 | 0.06 | 0.57 |
| Hex | 99 | 93 | 8B | 0 | 4 | 9 | 28 | 22 | 6 | 39 |
| Octal | 231 | 223 | 213 | 0 | 4 | 11 | 50 | 42 | 6 | 71 |
| Binary | 10011001 | 10010011 | 10001011 | 0 | 100 | 1001 | 101000 | 100010 | 110 | 111001 |
Color Harmonies of #99938B
Complementary color
Monochromatic Colors of #99938B
Black with #99938B
Text Example
Text Example
White with #99938B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99938B; }
p { color: rgb(153,147,139); }
H1.HeaderClassName
{
color: #99938B;
}
.AnyTagClassName
{
color: #99938B;
}
</style>
background-color css
<style>
a { background-color: #99938B; }
a { background-color: rgb(153,147,139); }
div.DivClassName
{
background-color: #99938B;
}
.BgClassName
{
background-color: #99938B;
}
</style>
border-color css
<style>
span { border-color: #99938B; }
span { border-color: rgb(153,147,139); }
td.TdClassName
{
border-color: #99938B;
}
.TagClassName
{
border-color: #99938B;
}
</style>