Shades of Highball #958A3A
Tints of Highball #958A3A
RGB
CMYK
RGB Variations
Color information
#958A3A (or 0x958A3A) is known color: Highball. HEX triplet: 95, 8A and 3A. RGB value is (149,138,58). Sum of RGB (Red+Green+Blue) = 149+138+58=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 138 (54.30% from 255 or 40% from 345); Blue value is 58 (23.05% from 255 or 16.81% from 345); Max value from RGB is 149 - color contains mainly: red. Hex color #958A3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958A3A is #6A75C5. Grayscale: #848484. Windows color (decimal): -6976966 or 3836565. OLE color: 3836565.
HSL color Cylindrical-coordinate representation of color #958A3A: hue angle of 52.75º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #958A3A is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 138 | 58 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.42 |
| HSL | 52.75º | 0.44% | 0.41% | - |
| HSV(B) | 52.75º | 0.61% | 0.58% | - |
| XYZ | 22.25 | 24.87 | 7.63 | - |
| YUV | 132.17 | 86.14 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 138 | 58 | 0 | 0.07 | 0.61 | 0.42 | 52.75 | 0.44 | 0.41 |
| Hex | 95 | 8A | 3A | 0 | 7 | 3D | 2A | 35 | 2C | 29 |
| Octal | 225 | 212 | 72 | 0 | 7 | 75 | 52 | 65 | 54 | 51 |
| Binary | 10010101 | 10001010 | 111010 | 0 | 111 | 111101 | 101010 | 110101 | 101100 | 101001 |
Color Harmonies of #958A3A
Complementary color
Monochromatic Colors of #958A3A
Black with #958A3A
Text Example
Text Example
White with #958A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958A3A; }
p { color: rgb(149,138,58); }
H1.HeaderClassName
{
color: #958A3A;
}
.AnyTagClassName
{
color: #958A3A;
}
</style>
background-color css
<style>
a { background-color: #958A3A; }
a { background-color: rgb(149,138,58); }
div.DivClassName
{
background-color: #958A3A;
}
.BgClassName
{
background-color: #958A3A;
}
</style>
border-color css
<style>
span { border-color: #958A3A; }
span { border-color: rgb(149,138,58); }
td.TdClassName
{
border-color: #958A3A;
}
.TagClassName
{
border-color: #958A3A;
}
</style>