Shades of Highball #999353
Tints of Highball #999353
RGB
CMYK
RGB Variations
Color information
#999353 (or 0x999353) is known color: Highball. HEX triplet: 99, 93 and 53. RGB value is (153,147,83). Sum of RGB (Red+Green+Blue) = 153+147+83=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 83 (32.81% from 255 or 21.67% from 383); Max value from RGB is 153 - color contains mainly: red. Hex color #999353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999353 is #666CAC. Grayscale: #8D8D8D. Windows color (decimal): -6712493 or 5477273. OLE color: 5477273.
HSL color Cylindrical-coordinate representation of color #999353: hue angle of 54.86º 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 #999353 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 147 | 83 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.4 |
| HSL | 54.86º | 0.3% | 0.46% | - |
| HSV(B) | 54.86º | 0.46% | 0.6% | - |
| XYZ | 25.13 | 28.26 | 12.31 | - |
| YUV | 141.5 | 94.99 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 147 | 83 | 0 | 0.04 | 0.46 | 0.4 | 54.86 | 0.3 | 0.46 |
| Hex | 99 | 93 | 53 | 0 | 4 | 2E | 28 | 37 | 1E | 2E |
| Octal | 231 | 223 | 123 | 0 | 4 | 56 | 50 | 67 | 36 | 56 |
| Binary | 10011001 | 10010011 | 1010011 | 0 | 100 | 101110 | 101000 | 110111 | 11110 | 101110 |
Color Harmonies of #999353
Complementary color
Monochromatic Colors of #999353
Black with #999353
Text Example
Text Example
White with #999353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999353; }
p { color: rgb(153,147,83); }
H1.HeaderClassName
{
color: #999353;
}
.AnyTagClassName
{
color: #999353;
}
</style>
background-color css
<style>
a { background-color: #999353; }
a { background-color: rgb(153,147,83); }
div.DivClassName
{
background-color: #999353;
}
.BgClassName
{
background-color: #999353;
}
</style>
border-color css
<style>
span { border-color: #999353; }
span { border-color: rgb(153,147,83); }
td.TdClassName
{
border-color: #999353;
}
.TagClassName
{
border-color: #999353;
}
</style>