Shades of Highball #958A4A
Tints of Highball #958A4A
RGB
CMYK
RGB Variations
Color information
#958A4A (or 0x958A4A) is known color: Highball. HEX triplet: 95, 8A and 4A. RGB value is (149,138,74). Sum of RGB (Red+Green+Blue) = 149+138+74=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 138 (54.30% from 255 or 38.23% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 149 - color contains mainly: red. Hex color #958A4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958A4A is #6A75B5. Grayscale: #868686. Windows color (decimal): -6976950 or 4885141. OLE color: 4885141.
HSL color Cylindrical-coordinate representation of color #958A4A: hue angle of 51.2º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #958A4A is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 138 | 74 | - |
| CMYK | 0 | 0.07 | 0.50 | 0.42 |
| HSL | 51.2º | 0.34% | 0.44% | - |
| HSV(B) | 51.2º | 0.5% | 0.58% | - |
| XYZ | 22.72 | 25.06 | 10.12 | - |
| YUV | 133.99 | 94.14 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 138 | 74 | 0 | 0.07 | 0.50 | 0.42 | 51.2 | 0.34 | 0.44 |
| Hex | 95 | 8A | 4A | 0 | 7 | 32 | 2A | 33 | 22 | 2C |
| Octal | 225 | 212 | 112 | 0 | 7 | 62 | 52 | 63 | 42 | 54 |
| Binary | 10010101 | 10001010 | 1001010 | 0 | 111 | 110010 | 101010 | 110011 | 100010 | 101100 |
Color Harmonies of #958A4A
Complementary color
Monochromatic Colors of #958A4A
Black with #958A4A
Text Example
Text Example
White with #958A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958A4A; }
p { color: rgb(149,138,74); }
H1.HeaderClassName
{
color: #958A4A;
}
.AnyTagClassName
{
color: #958A4A;
}
</style>
background-color css
<style>
a { background-color: #958A4A; }
a { background-color: rgb(149,138,74); }
div.DivClassName
{
background-color: #958A4A;
}
.BgClassName
{
background-color: #958A4A;
}
</style>
border-color css
<style>
span { border-color: #958A4A; }
span { border-color: rgb(149,138,74); }
td.TdClassName
{
border-color: #958A4A;
}
.TagClassName
{
border-color: #958A4A;
}
</style>