Shades of Highball #999643
Tints of Highball #999643
RGB
CMYK
RGB Variations
Color information
#999643 (or 0x999643) is known color: Highball. HEX triplet: 99, 96 and 43. RGB value is (153,150,67). Sum of RGB (Red+Green+Blue) = 153+150+67=370 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.35% from 370); Green value is 150 (58.98% from 255 or 40.54% from 370); Blue value is 67 (26.56% from 255 or 18.11% from 370); Max value from RGB is 153 - color contains mainly: red. Hex color #999643 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999643 is #6669BC. Grayscale: #8D8D8D. Windows color (decimal): -6711741 or 4429465. OLE color: 4429465.
HSL color Cylindrical-coordinate representation of color #999643: hue angle of 57.91º degrees, saturation: 0.39, 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 #999643 is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 150 | 67 | - |
| CMYK | 0 | 0.02 | 0.56 | 0.4 |
| HSL | 57.91º | 0.39% | 0.43% | - |
| HSV(B) | 57.91º | 0.56% | 0.6% | - |
| XYZ | 25.06 | 28.99 | 9.59 | - |
| YUV | 141.44 | 85.99 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 150 | 67 | 0 | 0.02 | 0.56 | 0.4 | 57.91 | 0.39 | 0.43 |
| Hex | 99 | 96 | 43 | 0 | 2 | 38 | 28 | 3A | 27 | 2B |
| Octal | 231 | 226 | 103 | 0 | 2 | 70 | 50 | 72 | 47 | 53 |
| Binary | 10011001 | 10010110 | 1000011 | 0 | 10 | 111000 | 101000 | 111010 | 100111 | 101011 |
Color Harmonies of #999643
Complementary color
Monochromatic Colors of #999643
Black with #999643
Text Example
Text Example
White with #999643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999643; }
p { color: rgb(153,150,67); }
H1.HeaderClassName
{
color: #999643;
}
.AnyTagClassName
{
color: #999643;
}
</style>
background-color css
<style>
a { background-color: #999643; }
a { background-color: rgb(153,150,67); }
div.DivClassName
{
background-color: #999643;
}
.BgClassName
{
background-color: #999643;
}
</style>
border-color css
<style>
span { border-color: #999643; }
span { border-color: rgb(153,150,67); }
td.TdClassName
{
border-color: #999643;
}
.TagClassName
{
border-color: #999643;
}
</style>