Shades of Highball #948A4E
Tints of Highball #948A4E
RGB
CMYK
RGB Variations
Color information
#948A4E (or 0x948A4E) is known color: Highball. HEX triplet: 94, 8A and 4E. RGB value is (148,138,78). Sum of RGB (Red+Green+Blue) = 148+138+78=364 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.66% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 78 (30.86% from 255 or 21.43% from 364); Max value from RGB is 148 - color contains mainly: red. Hex color #948A4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948A4E is #6B75B1. Grayscale: #868686. Windows color (decimal): -7042482 or 5147284. OLE color: 5147284.
HSL color Cylindrical-coordinate representation of color #948A4E: hue angle of 51.43º 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 #948A4E is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 138 | 78 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.42 |
| HSL | 51.43º | 0.31% | 0.44% | - |
| HSV(B) | 51.43º | 0.47% | 0.58% | - |
| XYZ | 22.68 | 25.02 | 10.84 | - |
| YUV | 134.15 | 96.31 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 138 | 78 | 0 | 0.07 | 0.47 | 0.42 | 51.43 | 0.31 | 0.44 |
| Hex | 94 | 8A | 4E | 0 | 7 | 2F | 2A | 33 | 1F | 2C |
| Octal | 224 | 212 | 116 | 0 | 7 | 57 | 52 | 63 | 37 | 54 |
| Binary | 10010100 | 10001010 | 1001110 | 0 | 111 | 101111 | 101010 | 110011 | 11111 | 101100 |
Color Harmonies of #948A4E
Complementary color
Monochromatic Colors of #948A4E
Black with #948A4E
Text Example
Text Example
White with #948A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948A4E; }
p { color: rgb(148,138,78); }
H1.HeaderClassName
{
color: #948A4E;
}
.AnyTagClassName
{
color: #948A4E;
}
</style>
background-color css
<style>
a { background-color: #948A4E; }
a { background-color: rgb(148,138,78); }
div.DivClassName
{
background-color: #948A4E;
}
.BgClassName
{
background-color: #948A4E;
}
</style>
border-color css
<style>
span { border-color: #948A4E; }
span { border-color: rgb(148,138,78); }
td.TdClassName
{
border-color: #948A4E;
}
.TagClassName
{
border-color: #948A4E;
}
</style>