Shades of Highball #999053
Tints of Highball #999053
RGB
CMYK
RGB Variations
Color information
#999053 (or 0x999053) is known color: Highball. HEX triplet: 99, 90 and 53. RGB value is (153,144,83). Sum of RGB (Red+Green+Blue) = 153+144+83=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 83 (32.81% from 255 or 21.84% from 380); Max value from RGB is 153 - color contains mainly: red. Hex color #999053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999053 is #666FAC. Grayscale: #8B8B8B. Windows color (decimal): -6713261 or 5476505. OLE color: 5476505.
HSL color Cylindrical-coordinate representation of color #999053: hue angle of 52.29º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #999053 is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 144 | 83 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.4 |
| HSL | 52.29º | 0.3% | 0.46% | - |
| HSV(B) | 52.29º | 0.46% | 0.6% | - |
| XYZ | 24.67 | 27.34 | 12.16 | - |
| YUV | 139.74 | 95.98 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 144 | 83 | 0 | 0.06 | 0.46 | 0.4 | 52.29 | 0.3 | 0.46 |
| Hex | 99 | 90 | 53 | 0 | 6 | 2E | 28 | 34 | 1E | 2E |
| Octal | 231 | 220 | 123 | 0 | 6 | 56 | 50 | 64 | 36 | 56 |
| Binary | 10011001 | 10010000 | 1010011 | 0 | 110 | 101110 | 101000 | 110100 | 11110 | 101110 |
Color Harmonies of #999053
Complementary color
Monochromatic Colors of #999053
Black with #999053
Text Example
Text Example
White with #999053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999053; }
p { color: rgb(153,144,83); }
H1.HeaderClassName
{
color: #999053;
}
.AnyTagClassName
{
color: #999053;
}
</style>
background-color css
<style>
a { background-color: #999053; }
a { background-color: rgb(153,144,83); }
div.DivClassName
{
background-color: #999053;
}
.BgClassName
{
background-color: #999053;
}
</style>
border-color css
<style>
span { border-color: #999053; }
span { border-color: rgb(153,144,83); }
td.TdClassName
{
border-color: #999053;
}
.TagClassName
{
border-color: #999053;
}
</style>