Shades of Highball #949343
Tints of Highball #949343
RGB
CMYK
RGB Variations
Color information
#949343 (or 0x949343) is known color: Highball. HEX triplet: 94, 93 and 43. RGB value is (148,147,67). Sum of RGB (Red+Green+Blue) = 148+147+67=362 (47% of max value = 765). Red value is 148 (58.20% from 255 or 40.88% from 362); Green value is 147 (57.81% from 255 or 40.61% from 362); Blue value is 67 (26.56% from 255 or 18.51% from 362); Max value from RGB is 148 - color contains mainly: red. Hex color #949343 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949343 is #6B6CBC. Grayscale: #8A8A8A. Windows color (decimal): -7040189 or 4428692. OLE color: 4428692.
HSL color Cylindrical-coordinate representation of color #949343: hue angle of 59.26º 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 #949343 is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 147 | 67 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.42 |
| HSL | 59.26º | 0.38% | 0.42% | - |
| HSV(B) | 59.26º | 0.55% | 0.58% | - |
| XYZ | 23.66 | 27.57 | 9.38 | - |
| YUV | 138.18 | 87.83 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 147 | 67 | 0 | 0.01 | 0.55 | 0.42 | 59.26 | 0.38 | 0.42 |
| Hex | 94 | 93 | 43 | 0 | 1 | 37 | 2A | 3B | 26 | 2A |
| Octal | 224 | 223 | 103 | 0 | 1 | 67 | 52 | 73 | 46 | 52 |
| Binary | 10010100 | 10010011 | 1000011 | 0 | 1 | 110111 | 101010 | 111011 | 100110 | 101010 |
Color Harmonies of #949343
Complementary color
Monochromatic Colors of #949343
Black with #949343
Text Example
Text Example
White with #949343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949343; }
p { color: rgb(148,147,67); }
H1.HeaderClassName
{
color: #949343;
}
.AnyTagClassName
{
color: #949343;
}
</style>
background-color css
<style>
a { background-color: #949343; }
a { background-color: rgb(148,147,67); }
div.DivClassName
{
background-color: #949343;
}
.BgClassName
{
background-color: #949343;
}
</style>
border-color css
<style>
span { border-color: #949343; }
span { border-color: rgb(148,147,67); }
td.TdClassName
{
border-color: #949343;
}
.TagClassName
{
border-color: #949343;
}
</style>