Shades of Highball #948B4E
Tints of Highball #948B4E
RGB
CMYK
RGB Variations
Color information
#948B4E (or 0x948B4E) is known color: Highball. HEX triplet: 94, 8B and 4E. RGB value is (148,139,78). Sum of RGB (Red+Green+Blue) = 148+139+78=365 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.55% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 148 - color contains mainly: red. Hex color #948B4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948B4E is #6B74B1. Grayscale: #868686. Windows color (decimal): -7042226 or 5147540. OLE color: 5147540.
HSL color Cylindrical-coordinate representation of color #948B4E: hue angle of 52.29º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #948B4E is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 139 | 78 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.42 |
| HSL | 52.29º | 0.31% | 0.44% | - |
| HSV(B) | 52.29º | 0.47% | 0.58% | - |
| XYZ | 22.82 | 25.31 | 10.89 | - |
| YUV | 134.74 | 95.98 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 139 | 78 | 0 | 0.06 | 0.47 | 0.42 | 52.29 | 0.31 | 0.44 |
| Hex | 94 | 8B | 4E | 0 | 6 | 2F | 2A | 34 | 1F | 2C |
| Octal | 224 | 213 | 116 | 0 | 6 | 57 | 52 | 64 | 37 | 54 |
| Binary | 10010100 | 10001011 | 1001110 | 0 | 110 | 101111 | 101010 | 110100 | 11111 | 101100 |
Color Harmonies of #948B4E
Complementary color
Monochromatic Colors of #948B4E
Black with #948B4E
Text Example
Text Example
White with #948B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948B4E; }
p { color: rgb(148,139,78); }
H1.HeaderClassName
{
color: #948B4E;
}
.AnyTagClassName
{
color: #948B4E;
}
</style>
background-color css
<style>
a { background-color: #948B4E; }
a { background-color: rgb(148,139,78); }
div.DivClassName
{
background-color: #948B4E;
}
.BgClassName
{
background-color: #948B4E;
}
</style>
border-color css
<style>
span { border-color: #948B4E; }
span { border-color: rgb(148,139,78); }
td.TdClassName
{
border-color: #948B4E;
}
.TagClassName
{
border-color: #948B4E;
}
</style>