Shades of Highball #95934E
Tints of Highball #95934E
RGB
CMYK
RGB Variations
Color information
#95934E (or 0x95934E) is known color: Highball. HEX triplet: 95, 93 and 4E. RGB value is (149,147,78). Sum of RGB (Red+Green+Blue) = 149+147+78=374 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.84% from 374); Green value is 147 (57.81% from 255 or 39.30% from 374); Blue value is 78 (30.86% from 255 or 20.86% from 374); Max value from RGB is 149 - color contains mainly: red. Hex color #95934E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95934E is #6A6CB1. Grayscale: #8C8C8C. Windows color (decimal): -6974642 or 5149589. OLE color: 5149589.
HSL color Cylindrical-coordinate representation of color #95934E: hue angle of 58.31º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #95934E is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 147 | 78 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.42 |
| HSL | 58.31º | 0.31% | 0.45% | - |
| HSV(B) | 58.31º | 0.48% | 0.58% | - |
| XYZ | 24.2 | 27.81 | 11.3 | - |
| YUV | 139.73 | 93.16 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 147 | 78 | 0 | 0.01 | 0.48 | 0.42 | 58.31 | 0.31 | 0.45 |
| Hex | 95 | 93 | 4E | 0 | 1 | 30 | 2A | 3A | 1F | 2D |
| Octal | 225 | 223 | 116 | 0 | 1 | 60 | 52 | 72 | 37 | 55 |
| Binary | 10010101 | 10010011 | 1001110 | 0 | 1 | 110000 | 101010 | 111010 | 11111 | 101101 |
Color Harmonies of #95934E
Complementary color
Monochromatic Colors of #95934E
Black with #95934E
Text Example
Text Example
White with #95934E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95934E; }
p { color: rgb(149,147,78); }
H1.HeaderClassName
{
color: #95934E;
}
.AnyTagClassName
{
color: #95934E;
}
</style>
background-color css
<style>
a { background-color: #95934E; }
a { background-color: rgb(149,147,78); }
div.DivClassName
{
background-color: #95934E;
}
.BgClassName
{
background-color: #95934E;
}
</style>
border-color css
<style>
span { border-color: #95934E; }
span { border-color: rgb(149,147,78); }
td.TdClassName
{
border-color: #95934E;
}
.TagClassName
{
border-color: #95934E;
}
</style>