Shades of Highball #998F32
Tints of Highball #998F32
RGB
CMYK
RGB Variations
Color information
#998F32 (or 0x998F32) is known color: Highball. HEX triplet: 99, 8F and 32. RGB value is (153,143,50). Sum of RGB (Red+Green+Blue) = 153+143+50=346 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.22% from 346); Green value is 143 (56.25% from 255 or 41.33% from 346); Blue value is 50 (19.92% from 255 or 14.45% from 346); Max value from RGB is 153 - color contains mainly: red. Hex color #998F32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998F32 is #6670CD. Grayscale: #878787. Windows color (decimal): -6713550 or 3313561. OLE color: 3313561.
HSL color Cylindrical-coordinate representation of color #998F32: hue angle of 54.17º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #998F32 is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 143 | 50 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.4 |
| HSL | 54.17º | 0.51% | 0.4% | - |
| HSV(B) | 54.17º | 0.67% | 0.6% | - |
| XYZ | 23.54 | 26.65 | 6.92 | - |
| YUV | 135.39 | 79.81 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 50 | 0 | 0.07 | 0.67 | 0.4 | 54.17 | 0.51 | 0.4 |
| Hex | 99 | 8F | 32 | 0 | 7 | 43 | 28 | 36 | 33 | 28 |
| Octal | 231 | 217 | 62 | 0 | 7 | 103 | 50 | 66 | 63 | 50 |
| Binary | 10011001 | 10001111 | 110010 | 0 | 111 | 1000011 | 101000 | 110110 | 110011 | 101000 |
Color Harmonies of #998F32
Complementary color
Monochromatic Colors of #998F32
Black with #998F32
Text Example
Text Example
White with #998F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998F32; }
p { color: rgb(153,143,50); }
H1.HeaderClassName
{
color: #998F32;
}
.AnyTagClassName
{
color: #998F32;
}
</style>
background-color css
<style>
a { background-color: #998F32; }
a { background-color: rgb(153,143,50); }
div.DivClassName
{
background-color: #998F32;
}
.BgClassName
{
background-color: #998F32;
}
</style>
border-color css
<style>
span { border-color: #998F32; }
span { border-color: rgb(153,143,50); }
td.TdClassName
{
border-color: #998F32;
}
.TagClassName
{
border-color: #998F32;
}
</style>