Shades of Highball #998B4B
Tints of Highball #998B4B
RGB
CMYK
RGB Variations
Color information
#998B4B (or 0x998B4B) is known color: Highball. HEX triplet: 99, 8B and 4B. RGB value is (153,139,75). Sum of RGB (Red+Green+Blue) = 153+139+75=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 139 (54.69% from 255 or 37.87% from 367); Blue value is 75 (29.69% from 255 or 20.44% from 367); Max value from RGB is 153 - color contains mainly: red. Hex color #998B4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998B4B is #6674B4. Grayscale: #888888. Windows color (decimal): -6714549 or 4950937. OLE color: 4950937.
HSL color Cylindrical-coordinate representation of color #998B4B: hue angle of 49.23º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #998B4B is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 139 | 75 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.4 |
| HSL | 49.23º | 0.34% | 0.45% | - |
| HSV(B) | 49.23º | 0.51% | 0.6% | - |
| XYZ | 23.64 | 25.75 | 10.38 | - |
| YUV | 135.89 | 93.64 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 139 | 75 | 0 | 0.09 | 0.51 | 0.4 | 49.23 | 0.34 | 0.45 |
| Hex | 99 | 8B | 4B | 0 | 9 | 33 | 28 | 31 | 22 | 2D |
| Octal | 231 | 213 | 113 | 0 | 11 | 63 | 50 | 61 | 42 | 55 |
| Binary | 10011001 | 10001011 | 1001011 | 0 | 1001 | 110011 | 101000 | 110001 | 100010 | 101101 |
Color Harmonies of #998B4B
Complementary color
Monochromatic Colors of #998B4B
Black with #998B4B
Text Example
Text Example
White with #998B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998B4B; }
p { color: rgb(153,139,75); }
H1.HeaderClassName
{
color: #998B4B;
}
.AnyTagClassName
{
color: #998B4B;
}
</style>
background-color css
<style>
a { background-color: #998B4B; }
a { background-color: rgb(153,139,75); }
div.DivClassName
{
background-color: #998B4B;
}
.BgClassName
{
background-color: #998B4B;
}
</style>
border-color css
<style>
span { border-color: #998B4B; }
span { border-color: rgb(153,139,75); }
td.TdClassName
{
border-color: #998B4B;
}
.TagClassName
{
border-color: #998B4B;
}
</style>