Shades of Highball #948F42
Tints of Highball #948F42
RGB
CMYK
RGB Variations
Color information
#948F42 (or 0x948F42) is known color: Highball. HEX triplet: 94, 8F and 42. RGB value is (148,143,66). Sum of RGB (Red+Green+Blue) = 148+143+66=357 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.46% from 357); Green value is 143 (56.25% from 255 or 40.06% from 357); Blue value is 66 (26.17% from 255 or 18.49% from 357); Max value from RGB is 148 - color contains mainly: red. Hex color #948F42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948F42 is #6B70BD. Grayscale: #888888. Windows color (decimal): -7041214 or 4362132. OLE color: 4362132.
HSL color Cylindrical-coordinate representation of color #948F42: hue angle of 56.34º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #948F42 is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 143 | 66 | - |
| CMYK | 0 | 0.03 | 0.55 | 0.42 |
| HSL | 56.34º | 0.38% | 0.42% | - |
| HSV(B) | 56.34º | 0.55% | 0.58% | - |
| XYZ | 23.02 | 26.33 | 9.02 | - |
| YUV | 135.72 | 88.66 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 143 | 66 | 0 | 0.03 | 0.55 | 0.42 | 56.34 | 0.38 | 0.42 |
| Hex | 94 | 8F | 42 | 0 | 3 | 37 | 2A | 38 | 26 | 2A |
| Octal | 224 | 217 | 102 | 0 | 3 | 67 | 52 | 70 | 46 | 52 |
| Binary | 10010100 | 10001111 | 1000010 | 0 | 11 | 110111 | 101010 | 111000 | 100110 | 101010 |
Color Harmonies of #948F42
Complementary color
Monochromatic Colors of #948F42
Black with #948F42
Text Example
Text Example
White with #948F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948F42; }
p { color: rgb(148,143,66); }
H1.HeaderClassName
{
color: #948F42;
}
.AnyTagClassName
{
color: #948F42;
}
</style>
background-color css
<style>
a { background-color: #948F42; }
a { background-color: rgb(148,143,66); }
div.DivClassName
{
background-color: #948F42;
}
.BgClassName
{
background-color: #948F42;
}
</style>
border-color css
<style>
span { border-color: #948F42; }
span { border-color: rgb(148,143,66); }
td.TdClassName
{
border-color: #948F42;
}
.TagClassName
{
border-color: #948F42;
}
</style>