Shades of Highball #998A3C
Tints of Highball #998A3C
RGB
CMYK
RGB Variations
Color information
#998A3C (or 0x998A3C) is known color: Highball. HEX triplet: 99, 8A and 3C. RGB value is (153,138,60). Sum of RGB (Red+Green+Blue) = 153+138+60=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 138 (54.30% from 255 or 39.32% from 351); Blue value is 60 (23.83% from 255 or 17.09% from 351); Max value from RGB is 153 - color contains mainly: red. Hex color #998A3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998A3C is #6675C3. Grayscale: #858585. Windows color (decimal): -6714820 or 3967641. OLE color: 3967641.
HSL color Cylindrical-coordinate representation of color #998A3C: hue angle of 50.32º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #998A3C is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 138 | 60 | - |
| CMYK | 0 | 0.10 | 0.61 | 0.4 |
| HSL | 50.32º | 0.44% | 0.42% | - |
| HSV(B) | 50.32º | 0.61% | 0.6% | - |
| XYZ | 23.04 | 25.28 | 7.94 | - |
| YUV | 133.59 | 86.47 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 138 | 60 | 0 | 0.10 | 0.61 | 0.4 | 50.32 | 0.44 | 0.42 |
| Hex | 99 | 8A | 3C | 0 | A | 3D | 28 | 32 | 2C | 2A |
| Octal | 231 | 212 | 74 | 0 | 12 | 75 | 50 | 62 | 54 | 52 |
| Binary | 10011001 | 10001010 | 111100 | 0 | 1010 | 111101 | 101000 | 110010 | 101100 | 101010 |
Color Harmonies of #998A3C
Complementary color
Monochromatic Colors of #998A3C
Black with #998A3C
Text Example
Text Example
White with #998A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998A3C; }
p { color: rgb(153,138,60); }
H1.HeaderClassName
{
color: #998A3C;
}
.AnyTagClassName
{
color: #998A3C;
}
</style>
background-color css
<style>
a { background-color: #998A3C; }
a { background-color: rgb(153,138,60); }
div.DivClassName
{
background-color: #998A3C;
}
.BgClassName
{
background-color: #998A3C;
}
</style>
border-color css
<style>
span { border-color: #998A3C; }
span { border-color: rgb(153,138,60); }
td.TdClassName
{
border-color: #998A3C;
}
.TagClassName
{
border-color: #998A3C;
}
</style>