Shades of Highball #998B3C
Tints of Highball #998B3C
RGB
CMYK
RGB Variations
Color information
#998B3C (or 0x998B3C) is known color: Highball. HEX triplet: 99, 8B and 3C. RGB value is (153,139,60). Sum of RGB (Red+Green+Blue) = 153+139+60=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 139 (54.69% from 255 or 39.49% from 352); Blue value is 60 (23.83% from 255 or 17.05% from 352); Max value from RGB is 153 - color contains mainly: red. Hex color #998B3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998B3C is #6674C3. Grayscale: #868686. Windows color (decimal): -6714564 or 3967897. OLE color: 3967897.
HSL color Cylindrical-coordinate representation of color #998B3C: hue angle of 50.97º 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 #998B3C is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 139 | 60 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.4 |
| HSL | 50.97º | 0.44% | 0.42% | - |
| HSV(B) | 50.97º | 0.61% | 0.6% | - |
| XYZ | 23.19 | 25.56 | 7.99 | - |
| YUV | 134.18 | 86.14 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 139 | 60 | 0 | 0.09 | 0.61 | 0.4 | 50.97 | 0.44 | 0.42 |
| Hex | 99 | 8B | 3C | 0 | 9 | 3D | 28 | 33 | 2C | 2A |
| Octal | 231 | 213 | 74 | 0 | 11 | 75 | 50 | 63 | 54 | 52 |
| Binary | 10011001 | 10001011 | 111100 | 0 | 1001 | 111101 | 101000 | 110011 | 101100 | 101010 |
Color Harmonies of #998B3C
Complementary color
Monochromatic Colors of #998B3C
Black with #998B3C
Text Example
Text Example
White with #998B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998B3C; }
p { color: rgb(153,139,60); }
H1.HeaderClassName
{
color: #998B3C;
}
.AnyTagClassName
{
color: #998B3C;
}
</style>
background-color css
<style>
a { background-color: #998B3C; }
a { background-color: rgb(153,139,60); }
div.DivClassName
{
background-color: #998B3C;
}
.BgClassName
{
background-color: #998B3C;
}
</style>
border-color css
<style>
span { border-color: #998B3C; }
span { border-color: rgb(153,139,60); }
td.TdClassName
{
border-color: #998B3C;
}
.TagClassName
{
border-color: #998B3C;
}
</style>