Shades of Highball #948140
Tints of Highball #948140
RGB
CMYK
RGB Variations
Color information
#948140 (or 0x948140) is known color: Highball. HEX triplet: 94, 81 and 40. RGB value is (148,129,64). Sum of RGB (Red+Green+Blue) = 148+129+64=341 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.40% from 341); Green value is 129 (50.78% from 255 or 37.83% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 148 - color contains mainly: red. Hex color #948140 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948140 is #6B7EBF. Grayscale: #7F7F7F. Windows color (decimal): -7044800 or 4227476. OLE color: 4227476.
HSL color Cylindrical-coordinate representation of color #948140: hue angle of 46.43º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #948140 is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 129 | 64 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.42 |
| HSL | 46.43º | 0.4% | 0.42% | - |
| HSV(B) | 46.43º | 0.57% | 0.58% | - |
| XYZ | 20.99 | 22.37 | 8.06 | - |
| YUV | 127.27 | 92.29 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 129 | 64 | 0 | 0.13 | 0.57 | 0.42 | 46.43 | 0.4 | 0.42 |
| Hex | 94 | 81 | 40 | 0 | D | 39 | 2A | 2E | 28 | 2A |
| Octal | 224 | 201 | 100 | 0 | 15 | 71 | 52 | 56 | 50 | 52 |
| Binary | 10010100 | 10000001 | 1000000 | 0 | 1101 | 111001 | 101010 | 101110 | 101000 | 101010 |
Color Harmonies of #948140
Complementary color
Monochromatic Colors of #948140
Black with #948140
Text Example
Text Example
White with #948140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948140; }
p { color: rgb(148,129,64); }
H1.HeaderClassName
{
color: #948140;
}
.AnyTagClassName
{
color: #948140;
}
</style>
background-color css
<style>
a { background-color: #948140; }
a { background-color: rgb(148,129,64); }
div.DivClassName
{
background-color: #948140;
}
.BgClassName
{
background-color: #948140;
}
</style>
border-color css
<style>
span { border-color: #948140; }
span { border-color: rgb(148,129,64); }
td.TdClassName
{
border-color: #948140;
}
.TagClassName
{
border-color: #948140;
}
</style>