Shades of Highball #958F3F
Tints of Highball #958F3F
RGB
CMYK
RGB Variations
Color information
#958F3F (or 0x958F3F) is known color: Highball. HEX triplet: 95, 8F and 3F. RGB value is (149,143,63). Sum of RGB (Red+Green+Blue) = 149+143+63=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 143 (56.25% from 255 or 40.28% from 355); Blue value is 63 (25% from 255 or 17.75% from 355); Max value from RGB is 149 - color contains mainly: red. Hex color #958F3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958F3F is #6A70C0. Grayscale: #888888. Windows color (decimal): -6975681 or 4165525. OLE color: 4165525.
HSL color Cylindrical-coordinate representation of color #958F3F: hue angle of 55.81º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #958F3F is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 143 | 63 | - |
| CMYK | 0 | 0.04 | 0.58 | 0.42 |
| HSL | 55.81º | 0.41% | 0.42% | - |
| HSV(B) | 55.81º | 0.58% | 0.58% | - |
| XYZ | 23.11 | 26.39 | 8.58 | - |
| YUV | 135.67 | 86.99 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 143 | 63 | 0 | 0.04 | 0.58 | 0.42 | 55.81 | 0.41 | 0.42 |
| Hex | 95 | 8F | 3F | 0 | 4 | 3A | 2A | 38 | 29 | 2A |
| Octal | 225 | 217 | 77 | 0 | 4 | 72 | 52 | 70 | 51 | 52 |
| Binary | 10010101 | 10001111 | 111111 | 0 | 100 | 111010 | 101010 | 111000 | 101001 | 101010 |
Color Harmonies of #958F3F
Complementary color
Monochromatic Colors of #958F3F
Black with #958F3F
Text Example
Text Example
White with #958F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958F3F; }
p { color: rgb(149,143,63); }
H1.HeaderClassName
{
color: #958F3F;
}
.AnyTagClassName
{
color: #958F3F;
}
</style>
background-color css
<style>
a { background-color: #958F3F; }
a { background-color: rgb(149,143,63); }
div.DivClassName
{
background-color: #958F3F;
}
.BgClassName
{
background-color: #958F3F;
}
</style>
border-color css
<style>
span { border-color: #958F3F; }
span { border-color: rgb(149,143,63); }
td.TdClassName
{
border-color: #958F3F;
}
.TagClassName
{
border-color: #958F3F;
}
</style>