Shades of Highball #999744
Tints of Highball #999744
RGB
CMYK
RGB Variations
Color information
#999744 (or 0x999744) is known color: Highball. HEX triplet: 99, 97 and 44. RGB value is (153,151,68). Sum of RGB (Red+Green+Blue) = 153+151+68=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 151 (59.38% from 255 or 40.59% from 372); Blue value is 68 (26.95% from 255 or 18.28% from 372); Max value from RGB is 153 - color contains mainly: red. Hex color #999744 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999744 is #6668BB. Grayscale: #8E8E8E. Windows color (decimal): -6711484 or 4495257. OLE color: 4495257.
HSL color Cylindrical-coordinate representation of color #999744: hue angle of 58.59º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #999744 is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 151 | 68 | - |
| CMYK | 0 | 0.01 | 0.56 | 0.4 |
| HSL | 58.59º | 0.38% | 0.43% | - |
| HSV(B) | 58.59º | 0.56% | 0.6% | - |
| XYZ | 25.25 | 29.32 | 9.8 | - |
| YUV | 142.14 | 86.16 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 151 | 68 | 0 | 0.01 | 0.56 | 0.4 | 58.59 | 0.38 | 0.43 |
| Hex | 99 | 97 | 44 | 0 | 1 | 38 | 28 | 3B | 26 | 2B |
| Octal | 231 | 227 | 104 | 0 | 1 | 70 | 50 | 73 | 46 | 53 |
| Binary | 10011001 | 10010111 | 1000100 | 0 | 1 | 111000 | 101000 | 111011 | 100110 | 101011 |
Color Harmonies of #999744
Complementary color
Monochromatic Colors of #999744
Black with #999744
Text Example
Text Example
White with #999744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999744; }
p { color: rgb(153,151,68); }
H1.HeaderClassName
{
color: #999744;
}
.AnyTagClassName
{
color: #999744;
}
</style>
background-color css
<style>
a { background-color: #999744; }
a { background-color: rgb(153,151,68); }
div.DivClassName
{
background-color: #999744;
}
.BgClassName
{
background-color: #999744;
}
</style>
border-color css
<style>
span { border-color: #999744; }
span { border-color: rgb(153,151,68); }
td.TdClassName
{
border-color: #999744;
}
.TagClassName
{
border-color: #999744;
}
</style>