Shades of Highball #998648
Tints of Highball #998648
RGB
CMYK
RGB Variations
Color information
#998648 (or 0x998648) is known color: Highball. HEX triplet: 99, 86 and 48. RGB value is (153,134,72). Sum of RGB (Red+Green+Blue) = 153+134+72=359 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.62% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 72 (28.52% from 255 or 20.06% from 359); Max value from RGB is 153 - color contains mainly: red. Hex color #998648 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998648 is #6679B7. Grayscale: #848484. Windows color (decimal): -6715832 or 4753049. OLE color: 4753049.
HSL color Cylindrical-coordinate representation of color #998648: hue angle of 45.93º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #998648 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 134 | 72 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.4 |
| HSL | 45.93º | 0.36% | 0.44% | - |
| HSV(B) | 45.93º | 0.53% | 0.6% | - |
| XYZ | 22.83 | 24.29 | 9.62 | - |
| YUV | 132.61 | 93.79 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 134 | 72 | 0 | 0.12 | 0.53 | 0.4 | 45.93 | 0.36 | 0.44 |
| Hex | 99 | 86 | 48 | 0 | C | 35 | 28 | 2E | 24 | 2C |
| Octal | 231 | 206 | 110 | 0 | 14 | 65 | 50 | 56 | 44 | 54 |
| Binary | 10011001 | 10000110 | 1001000 | 0 | 1100 | 110101 | 101000 | 101110 | 100100 | 101100 |
Color Harmonies of #998648
Complementary color
Monochromatic Colors of #998648
Black with #998648
Text Example
Text Example
White with #998648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998648; }
p { color: rgb(153,134,72); }
H1.HeaderClassName
{
color: #998648;
}
.AnyTagClassName
{
color: #998648;
}
</style>
background-color css
<style>
a { background-color: #998648; }
a { background-color: rgb(153,134,72); }
div.DivClassName
{
background-color: #998648;
}
.BgClassName
{
background-color: #998648;
}
</style>
border-color css
<style>
span { border-color: #998648; }
span { border-color: rgb(153,134,72); }
td.TdClassName
{
border-color: #998648;
}
.TagClassName
{
border-color: #998648;
}
</style>