Shades of Highball #999453
Tints of Highball #999453
RGB
CMYK
RGB Variations
Color information
#999453 (or 0x999453) is known color: Highball. HEX triplet: 99, 94 and 53. RGB value is (153,148,83). Sum of RGB (Red+Green+Blue) = 153+148+83=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 148 (58.20% from 255 or 38.54% from 384); Blue value is 83 (32.81% from 255 or 21.61% from 384); Max value from RGB is 153 - color contains mainly: red. Hex color #999453 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999453 is #666BAC. Grayscale: #8E8E8E. Windows color (decimal): -6712237 or 5477529. OLE color: 5477529.
HSL color Cylindrical-coordinate representation of color #999453: hue angle of 55.71º 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 #999453 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 148 | 83 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.4 |
| HSL | 55.71º | 0.3% | 0.46% | - |
| HSV(B) | 55.71º | 0.46% | 0.6% | - |
| XYZ | 25.29 | 28.58 | 12.37 | - |
| YUV | 142.09 | 94.66 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 148 | 83 | 0 | 0.03 | 0.46 | 0.4 | 55.71 | 0.3 | 0.46 |
| Hex | 99 | 94 | 53 | 0 | 3 | 2E | 28 | 38 | 1E | 2E |
| Octal | 231 | 224 | 123 | 0 | 3 | 56 | 50 | 70 | 36 | 56 |
| Binary | 10011001 | 10010100 | 1010011 | 0 | 11 | 101110 | 101000 | 111000 | 11110 | 101110 |
Color Harmonies of #999453
Complementary color
Monochromatic Colors of #999453
Black with #999453
Text Example
Text Example
White with #999453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999453; }
p { color: rgb(153,148,83); }
H1.HeaderClassName
{
color: #999453;
}
.AnyTagClassName
{
color: #999453;
}
</style>
background-color css
<style>
a { background-color: #999453; }
a { background-color: rgb(153,148,83); }
div.DivClassName
{
background-color: #999453;
}
.BgClassName
{
background-color: #999453;
}
</style>
border-color css
<style>
span { border-color: #999453; }
span { border-color: rgb(153,148,83); }
td.TdClassName
{
border-color: #999453;
}
.TagClassName
{
border-color: #999453;
}
</style>