Shades of Highball #948F4D
Tints of Highball #948F4D
RGB
CMYK
RGB Variations
Color information
#948F4D (or 0x948F4D) is known color: Highball. HEX triplet: 94, 8F and 4D. RGB value is (148,143,77). Sum of RGB (Red+Green+Blue) = 148+143+77=368 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.22% from 368); Green value is 143 (56.25% from 255 or 38.86% from 368); Blue value is 77 (30.47% from 255 or 20.92% from 368); Max value from RGB is 148 - color contains mainly: red. Hex color #948F4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948F4D is #6B70B2. Grayscale: #898989. Windows color (decimal): -7041203 or 5083028. OLE color: 5083028.
HSL color Cylindrical-coordinate representation of color #948F4D: hue angle of 55.77º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #948F4D is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 143 | 77 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.42 |
| HSL | 55.77º | 0.32% | 0.44% | - |
| HSV(B) | 55.77º | 0.48% | 0.58% | - |
| XYZ | 23.37 | 26.48 | 10.9 | - |
| YUV | 136.97 | 94.16 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 143 | 77 | 0 | 0.03 | 0.48 | 0.42 | 55.77 | 0.32 | 0.44 |
| Hex | 94 | 8F | 4D | 0 | 3 | 30 | 2A | 38 | 20 | 2C |
| Octal | 224 | 217 | 115 | 0 | 3 | 60 | 52 | 70 | 40 | 54 |
| Binary | 10010100 | 10001111 | 1001101 | 0 | 11 | 110000 | 101010 | 111000 | 100000 | 101100 |
Color Harmonies of #948F4D
Complementary color
Monochromatic Colors of #948F4D
Black with #948F4D
Text Example
Text Example
White with #948F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948F4D; }
p { color: rgb(148,143,77); }
H1.HeaderClassName
{
color: #948F4D;
}
.AnyTagClassName
{
color: #948F4D;
}
</style>
background-color css
<style>
a { background-color: #948F4D; }
a { background-color: rgb(148,143,77); }
div.DivClassName
{
background-color: #948F4D;
}
.BgClassName
{
background-color: #948F4D;
}
</style>
border-color css
<style>
span { border-color: #948F4D; }
span { border-color: rgb(148,143,77); }
td.TdClassName
{
border-color: #948F4D;
}
.TagClassName
{
border-color: #948F4D;
}
</style>