Shades of Highball #999447
Tints of Highball #999447
RGB
CMYK
RGB Variations
Color information
#999447 (or 0x999447) is known color: Highball. HEX triplet: 99, 94 and 47. RGB value is (153,148,71). Sum of RGB (Red+Green+Blue) = 153+148+71=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 148 (58.20% from 255 or 39.78% from 372); Blue value is 71 (28.12% from 255 or 19.09% from 372); Max value from RGB is 153 - color contains mainly: red. Hex color #999447 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999447 is #666BB8. Grayscale: #8D8D8D. Windows color (decimal): -6712249 or 4691097. OLE color: 4691097.
HSL color Cylindrical-coordinate representation of color #999447: hue angle of 56.34º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #999447 is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 148 | 71 | - |
| CMYK | 0 | 0.03 | 0.54 | 0.4 |
| HSL | 56.34º | 0.37% | 0.44% | - |
| HSV(B) | 56.34º | 0.54% | 0.6% | - |
| XYZ | 24.86 | 28.41 | 10.13 | - |
| YUV | 140.72 | 88.66 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 148 | 71 | 0 | 0.03 | 0.54 | 0.4 | 56.34 | 0.37 | 0.44 |
| Hex | 99 | 94 | 47 | 0 | 3 | 36 | 28 | 38 | 25 | 2C |
| Octal | 231 | 224 | 107 | 0 | 3 | 66 | 50 | 70 | 45 | 54 |
| Binary | 10011001 | 10010100 | 1000111 | 0 | 11 | 110110 | 101000 | 111000 | 100101 | 101100 |
Color Harmonies of #999447
Complementary color
Monochromatic Colors of #999447
Black with #999447
Text Example
Text Example
White with #999447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999447; }
p { color: rgb(153,148,71); }
H1.HeaderClassName
{
color: #999447;
}
.AnyTagClassName
{
color: #999447;
}
</style>
background-color css
<style>
a { background-color: #999447; }
a { background-color: rgb(153,148,71); }
div.DivClassName
{
background-color: #999447;
}
.BgClassName
{
background-color: #999447;
}
</style>
border-color css
<style>
span { border-color: #999447; }
span { border-color: rgb(153,148,71); }
td.TdClassName
{
border-color: #999447;
}
.TagClassName
{
border-color: #999447;
}
</style>