Shades of Highball #999641
Tints of Highball #999641
RGB
CMYK
RGB Variations
Color information
#999641 (or 0x999641) is known color: Highball. HEX triplet: 99, 96 and 41. RGB value is (153,150,65). Sum of RGB (Red+Green+Blue) = 153+150+65=368 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.58% from 368); Green value is 150 (58.98% from 255 or 40.76% from 368); Blue value is 65 (25.78% from 255 or 17.66% from 368); Max value from RGB is 153 - color contains mainly: red. Hex color #999641 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999641 is #6669BE. Grayscale: #8D8D8D. Windows color (decimal): -6711743 or 4298393. OLE color: 4298393.
HSL color Cylindrical-coordinate representation of color #999641: hue angle of 57.95º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #999641 is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 150 | 65 | - |
| CMYK | 0 | 0.02 | 0.58 | 0.4 |
| HSL | 57.95º | 0.4% | 0.43% | - |
| HSV(B) | 57.95º | 0.58% | 0.6% | - |
| XYZ | 25 | 28.97 | 9.27 | - |
| YUV | 141.21 | 84.99 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 150 | 65 | 0 | 0.02 | 0.58 | 0.4 | 57.95 | 0.4 | 0.43 |
| Hex | 99 | 96 | 41 | 0 | 2 | 3A | 28 | 3A | 28 | 2B |
| Octal | 231 | 226 | 101 | 0 | 2 | 72 | 50 | 72 | 50 | 53 |
| Binary | 10011001 | 10010110 | 1000001 | 0 | 10 | 111010 | 101000 | 111010 | 101000 | 101011 |
Color Harmonies of #999641
Complementary color
Monochromatic Colors of #999641
Black with #999641
Text Example
Text Example
White with #999641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999641; }
p { color: rgb(153,150,65); }
H1.HeaderClassName
{
color: #999641;
}
.AnyTagClassName
{
color: #999641;
}
</style>
background-color css
<style>
a { background-color: #999641; }
a { background-color: rgb(153,150,65); }
div.DivClassName
{
background-color: #999641;
}
.BgClassName
{
background-color: #999641;
}
</style>
border-color css
<style>
span { border-color: #999641; }
span { border-color: rgb(153,150,65); }
td.TdClassName
{
border-color: #999641;
}
.TagClassName
{
border-color: #999641;
}
</style>