Shades of Highball #988345
Tints of Highball #988345
RGB
CMYK
RGB Variations
Color information
#988345 (or 0x988345) is known color: Highball. HEX triplet: 98, 83 and 45. RGB value is (152,131,69). Sum of RGB (Red+Green+Blue) = 152+131+69=352 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.18% from 352); Green value is 131 (51.56% from 255 or 37.22% from 352); Blue value is 69 (27.34% from 255 or 19.60% from 352); Max value from RGB is 152 - color contains mainly: red. Hex color #988345 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988345 is #677CBA. Grayscale: #828282. Windows color (decimal): -6782139 or 4555672. OLE color: 4555672.
HSL color Cylindrical-coordinate representation of color #988345: hue angle of 44.82º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #988345 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 131 | 69 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.40 |
| HSL | 44.82º | 0.38% | 0.43% | - |
| HSV(B) | 44.82º | 0.55% | 0.6% | - |
| XYZ | 22.14 | 23.34 | 8.97 | - |
| YUV | 130.21 | 93.46 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 131 | 69 | 0 | 0.14 | 0.55 | 0.40 | 44.82 | 0.38 | 0.43 |
| Hex | 98 | 83 | 45 | 0 | E | 37 | 28 | 2D | 26 | 2B |
| Octal | 230 | 203 | 105 | 0 | 16 | 67 | 50 | 55 | 46 | 53 |
| Binary | 10011000 | 10000011 | 1000101 | 0 | 1110 | 110111 | 101000 | 101101 | 100110 | 101011 |
Color Harmonies of #988345
Complementary color
Monochromatic Colors of #988345
Black with #988345
Text Example
Text Example
White with #988345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988345; }
p { color: rgb(152,131,69); }
H1.HeaderClassName
{
color: #988345;
}
.AnyTagClassName
{
color: #988345;
}
</style>
background-color css
<style>
a { background-color: #988345; }
a { background-color: rgb(152,131,69); }
div.DivClassName
{
background-color: #988345;
}
.BgClassName
{
background-color: #988345;
}
</style>
border-color css
<style>
span { border-color: #988345; }
span { border-color: rgb(152,131,69); }
td.TdClassName
{
border-color: #988345;
}
.TagClassName
{
border-color: #988345;
}
</style>