Shades of Highball #949247
Tints of Highball #949247
RGB
CMYK
RGB Variations
Color information
#949247 (or 0x949247) is known color: Highball. HEX triplet: 94, 92 and 47. RGB value is (148,146,71). Sum of RGB (Red+Green+Blue) = 148+146+71=365 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.55% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 71 (28.12% from 255 or 19.45% from 365); Max value from RGB is 148 - color contains mainly: red. Hex color #949247 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949247 is #6B6DB8. Grayscale: #8A8A8A. Windows color (decimal): -7040441 or 4690580. OLE color: 4690580.
HSL color Cylindrical-coordinate representation of color #949247: hue angle of 58.44º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #949247 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 146 | 71 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.42 |
| HSL | 58.44º | 0.35% | 0.43% | - |
| HSV(B) | 58.44º | 0.52% | 0.58% | - |
| XYZ | 23.63 | 27.31 | 9.99 | - |
| YUV | 138.05 | 90.16 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 146 | 71 | 0 | 0.01 | 0.52 | 0.42 | 58.44 | 0.35 | 0.43 |
| Hex | 94 | 92 | 47 | 0 | 1 | 34 | 2A | 3A | 23 | 2B |
| Octal | 224 | 222 | 107 | 0 | 1 | 64 | 52 | 72 | 43 | 53 |
| Binary | 10010100 | 10010010 | 1000111 | 0 | 1 | 110100 | 101010 | 111010 | 100011 | 101011 |
Color Harmonies of #949247
Complementary color
Monochromatic Colors of #949247
Black with #949247
Text Example
Text Example
White with #949247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949247; }
p { color: rgb(148,146,71); }
H1.HeaderClassName
{
color: #949247;
}
.AnyTagClassName
{
color: #949247;
}
</style>
background-color css
<style>
a { background-color: #949247; }
a { background-color: rgb(148,146,71); }
div.DivClassName
{
background-color: #949247;
}
.BgClassName
{
background-color: #949247;
}
</style>
border-color css
<style>
span { border-color: #949247; }
span { border-color: rgb(148,146,71); }
td.TdClassName
{
border-color: #949247;
}
.TagClassName
{
border-color: #949247;
}
</style>