Shades of Highball #949241
Tints of Highball #949241
RGB
CMYK
RGB Variations
Color information
#949241 (or 0x949241) is known color: Highball. HEX triplet: 94, 92 and 41. RGB value is (148,146,65). Sum of RGB (Red+Green+Blue) = 148+146+65=359 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.23% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 65 (25.78% from 255 or 18.11% from 359); Max value from RGB is 148 - color contains mainly: red. Hex color #949241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949241 is #6B6DBE. Grayscale: #898989. Windows color (decimal): -7040447 or 4297364. OLE color: 4297364.
HSL color Cylindrical-coordinate representation of color #949241: hue angle of 58.55º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #949241 is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 146 | 65 | - |
| CMYK | 0 | 0.01 | 0.56 | 0.42 |
| HSL | 58.55º | 0.39% | 0.42% | - |
| HSV(B) | 58.55º | 0.56% | 0.58% | - |
| XYZ | 23.45 | 27.24 | 9.02 | - |
| YUV | 137.36 | 87.16 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 146 | 65 | 0 | 0.01 | 0.56 | 0.42 | 58.55 | 0.39 | 0.42 |
| Hex | 94 | 92 | 41 | 0 | 1 | 38 | 2A | 3B | 27 | 2A |
| Octal | 224 | 222 | 101 | 0 | 1 | 70 | 52 | 73 | 47 | 52 |
| Binary | 10010100 | 10010010 | 1000001 | 0 | 1 | 111000 | 101010 | 111011 | 100111 | 101010 |
Color Harmonies of #949241
Complementary color
Monochromatic Colors of #949241
Black with #949241
Text Example
Text Example
White with #949241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949241; }
p { color: rgb(148,146,65); }
H1.HeaderClassName
{
color: #949241;
}
.AnyTagClassName
{
color: #949241;
}
</style>
background-color css
<style>
a { background-color: #949241; }
a { background-color: rgb(148,146,65); }
div.DivClassName
{
background-color: #949241;
}
.BgClassName
{
background-color: #949241;
}
</style>
border-color css
<style>
span { border-color: #949241; }
span { border-color: rgb(148,146,65); }
td.TdClassName
{
border-color: #949241;
}
.TagClassName
{
border-color: #949241;
}
</style>