Shades of Highball #958B4D
Tints of Highball #958B4D
RGB
CMYK
RGB Variations
Color information
#958B4D (or 0x958B4D) is known color: Highball. HEX triplet: 95, 8B and 4D. RGB value is (149,139,77). Sum of RGB (Red+Green+Blue) = 149+139+77=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 149 - color contains mainly: red. Hex color #958B4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958B4D is #6A74B2. Grayscale: #878787. Windows color (decimal): -6976691 or 5082005. OLE color: 5082005.
HSL color Cylindrical-coordinate representation of color #958B4D: hue angle of 51.67º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #958B4D is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 139 | 77 | - |
| CMYK | 0 | 0.07 | 0.48 | 0.42 |
| HSL | 51.67º | 0.32% | 0.44% | - |
| HSV(B) | 51.67º | 0.48% | 0.58% | - |
| XYZ | 22.97 | 25.39 | 10.71 | - |
| YUV | 134.92 | 95.31 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 139 | 77 | 0 | 0.07 | 0.48 | 0.42 | 51.67 | 0.32 | 0.44 |
| Hex | 95 | 8B | 4D | 0 | 7 | 30 | 2A | 34 | 20 | 2C |
| Octal | 225 | 213 | 115 | 0 | 7 | 60 | 52 | 64 | 40 | 54 |
| Binary | 10010101 | 10001011 | 1001101 | 0 | 111 | 110000 | 101010 | 110100 | 100000 | 101100 |
Color Harmonies of #958B4D
Complementary color
Monochromatic Colors of #958B4D
Black with #958B4D
Text Example
Text Example
White with #958B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958B4D; }
p { color: rgb(149,139,77); }
H1.HeaderClassName
{
color: #958B4D;
}
.AnyTagClassName
{
color: #958B4D;
}
</style>
background-color css
<style>
a { background-color: #958B4D; }
a { background-color: rgb(149,139,77); }
div.DivClassName
{
background-color: #958B4D;
}
.BgClassName
{
background-color: #958B4D;
}
</style>
border-color css
<style>
span { border-color: #958B4D; }
span { border-color: rgb(149,139,77); }
td.TdClassName
{
border-color: #958B4D;
}
.TagClassName
{
border-color: #958B4D;
}
</style>