Shades of Highball #948D3C
Tints of Highball #948D3C
RGB
CMYK
RGB Variations
Color information
#948D3C (or 0x948D3C) is known color: Highball. HEX triplet: 94, 8D and 3C. RGB value is (148,141,60). Sum of RGB (Red+Green+Blue) = 148+141+60=349 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.41% from 349); Green value is 141 (55.47% from 255 or 40.40% from 349); Blue value is 60 (23.83% from 255 or 17.19% from 349); Max value from RGB is 148 - color contains mainly: red. Hex color #948D3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948D3C is #6B72C3. Grayscale: #868686. Windows color (decimal): -7041732 or 3968404. OLE color: 3968404.
HSL color Cylindrical-coordinate representation of color #948D3C: hue angle of 55.23º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #948D3C is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 141 | 60 | - |
| CMYK | 0 | 0.05 | 0.59 | 0.42 |
| HSL | 55.23º | 0.42% | 0.41% | - |
| HSV(B) | 55.23º | 0.59% | 0.58% | - |
| XYZ | 22.55 | 25.67 | 8.04 | - |
| YUV | 133.86 | 86.32 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 141 | 60 | 0 | 0.05 | 0.59 | 0.42 | 55.23 | 0.42 | 0.41 |
| Hex | 94 | 8D | 3C | 0 | 5 | 3B | 2A | 37 | 2A | 29 |
| Octal | 224 | 215 | 74 | 0 | 5 | 73 | 52 | 67 | 52 | 51 |
| Binary | 10010100 | 10001101 | 111100 | 0 | 101 | 111011 | 101010 | 110111 | 101010 | 101001 |
Color Harmonies of #948D3C
Complementary color
Monochromatic Colors of #948D3C
Black with #948D3C
Text Example
Text Example
White with #948D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948D3C; }
p { color: rgb(148,141,60); }
H1.HeaderClassName
{
color: #948D3C;
}
.AnyTagClassName
{
color: #948D3C;
}
</style>
background-color css
<style>
a { background-color: #948D3C; }
a { background-color: rgb(148,141,60); }
div.DivClassName
{
background-color: #948D3C;
}
.BgClassName
{
background-color: #948D3C;
}
</style>
border-color css
<style>
span { border-color: #948D3C; }
span { border-color: rgb(148,141,60); }
td.TdClassName
{
border-color: #948D3C;
}
.TagClassName
{
border-color: #948D3C;
}
</style>