Shades of Highball #948F4B
Tints of Highball #948F4B
RGB
CMYK
RGB Variations
Color information
#948F4B (or 0x948F4B) is known color: Highball. HEX triplet: 94, 8F and 4B. RGB value is (148,143,75). Sum of RGB (Red+Green+Blue) = 148+143+75=366 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.44% from 366); Green value is 143 (56.25% from 255 or 39.07% from 366); Blue value is 75 (29.69% from 255 or 20.49% from 366); Max value from RGB is 148 - color contains mainly: red. Hex color #948F4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948F4B is #6B70B4. Grayscale: #898989. Windows color (decimal): -7041205 or 4951956. OLE color: 4951956.
HSL color Cylindrical-coordinate representation of color #948F4B: hue angle of 55.89º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #948F4B is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 143 | 75 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.42 |
| HSL | 55.89º | 0.33% | 0.44% | - |
| HSV(B) | 55.89º | 0.49% | 0.58% | - |
| XYZ | 23.31 | 26.45 | 10.53 | - |
| YUV | 136.74 | 93.16 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 143 | 75 | 0 | 0.03 | 0.49 | 0.42 | 55.89 | 0.33 | 0.44 |
| Hex | 94 | 8F | 4B | 0 | 3 | 31 | 2A | 38 | 21 | 2C |
| Octal | 224 | 217 | 113 | 0 | 3 | 61 | 52 | 70 | 41 | 54 |
| Binary | 10010100 | 10001111 | 1001011 | 0 | 11 | 110001 | 101010 | 111000 | 100001 | 101100 |
Color Harmonies of #948F4B
Complementary color
Monochromatic Colors of #948F4B
Black with #948F4B
Text Example
Text Example
White with #948F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948F4B; }
p { color: rgb(148,143,75); }
H1.HeaderClassName
{
color: #948F4B;
}
.AnyTagClassName
{
color: #948F4B;
}
</style>
background-color css
<style>
a { background-color: #948F4B; }
a { background-color: rgb(148,143,75); }
div.DivClassName
{
background-color: #948F4B;
}
.BgClassName
{
background-color: #948F4B;
}
</style>
border-color css
<style>
span { border-color: #948F4B; }
span { border-color: rgb(148,143,75); }
td.TdClassName
{
border-color: #948F4B;
}
.TagClassName
{
border-color: #948F4B;
}
</style>