Shades of Highball #998B39
Tints of Highball #998B39
RGB
CMYK
RGB Variations
Color information
#998B39 (or 0x998B39) is known color: Highball. HEX triplet: 99, 8B and 39. RGB value is (153,139,57). Sum of RGB (Red+Green+Blue) = 153+139+57=349 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.84% from 349); Green value is 139 (54.69% from 255 or 39.83% from 349); Blue value is 57 (22.66% from 255 or 16.33% from 349); Max value from RGB is 153 - color contains mainly: red. Hex color #998B39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998B39 is #6674C6. Grayscale: #868686. Windows color (decimal): -6714567 or 3771289. OLE color: 3771289.
HSL color Cylindrical-coordinate representation of color #998B39: hue angle of 51.25º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #998B39 is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 139 | 57 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.4 |
| HSL | 51.25º | 0.46% | 0.41% | - |
| HSV(B) | 51.25º | 0.63% | 0.6% | - |
| XYZ | 23.11 | 25.53 | 7.58 | - |
| YUV | 133.84 | 84.64 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 139 | 57 | 0 | 0.09 | 0.63 | 0.4 | 51.25 | 0.46 | 0.41 |
| Hex | 99 | 8B | 39 | 0 | 9 | 3F | 28 | 33 | 2E | 29 |
| Octal | 231 | 213 | 71 | 0 | 11 | 77 | 50 | 63 | 56 | 51 |
| Binary | 10011001 | 10001011 | 111001 | 0 | 1001 | 111111 | 101000 | 110011 | 101110 | 101001 |
Color Harmonies of #998B39
Complementary color
Monochromatic Colors of #998B39
Black with #998B39
Text Example
Text Example
White with #998B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998B39; }
p { color: rgb(153,139,57); }
H1.HeaderClassName
{
color: #998B39;
}
.AnyTagClassName
{
color: #998B39;
}
</style>
background-color css
<style>
a { background-color: #998B39; }
a { background-color: rgb(153,139,57); }
div.DivClassName
{
background-color: #998B39;
}
.BgClassName
{
background-color: #998B39;
}
</style>
border-color css
<style>
span { border-color: #998B39; }
span { border-color: rgb(153,139,57); }
td.TdClassName
{
border-color: #998B39;
}
.TagClassName
{
border-color: #998B39;
}
</style>