Shades of Highball #999F3F
Tints of Highball #999F3F
RGB
CMYK
RGB Variations
Color information
#999F3F (or 0x999F3F) is known color: Highball. HEX triplet: 99, 9F and 3F. RGB value is (153,159,63). Sum of RGB (Red+Green+Blue) = 153+159+63=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 159 (62.5% from 255 or 42.4% from 375); Blue value is 63 (25% from 255 or 16.8% from 375); Max value from RGB is 159 - color contains mainly: green. Hex color #999F3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999F3F is #6660C0. Grayscale: #929292. Windows color (decimal): -6709441 or 4169625. OLE color: 4169625.
HSL color Cylindrical-coordinate representation of color #999F3F: hue angle of 63.75º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #999F3F is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 159 | 63 | - |
| CMYK | 0.04 | 0 | 0.60 | 0.38 |
| HSL | 63.75º | 0.43% | 0.44% | - |
| HSV(B) | 63.75º | 0.6% | 0.62% | - |
| XYZ | 26.43 | 31.93 | 9.47 | - |
| YUV | 146.26 | 81.01 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 159 | 63 | 0.04 | 0 | 0.60 | 0.38 | 63.75 | 0.43 | 0.44 |
| Hex | 99 | 9F | 3F | 4 | 0 | 3C | 26 | 40 | 2B | 2C |
| Octal | 231 | 237 | 77 | 4 | 0 | 74 | 46 | 100 | 53 | 54 |
| Binary | 10011001 | 10011111 | 111111 | 100 | 0 | 111100 | 100110 | 1000000 | 101011 | 101100 |
Color Harmonies of #999F3F
Complementary color
Monochromatic Colors of #999F3F
Black with #999F3F
Text Example
Text Example
White with #999F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999F3F; }
p { color: rgb(153,159,63); }
H1.HeaderClassName
{
color: #999F3F;
}
.AnyTagClassName
{
color: #999F3F;
}
</style>
background-color css
<style>
a { background-color: #999F3F; }
a { background-color: rgb(153,159,63); }
div.DivClassName
{
background-color: #999F3F;
}
.BgClassName
{
background-color: #999F3F;
}
</style>
border-color css
<style>
span { border-color: #999F3F; }
span { border-color: rgb(153,159,63); }
td.TdClassName
{
border-color: #999F3F;
}
.TagClassName
{
border-color: #999F3F;
}
</style>