Shades of Highball #95863B
Tints of Highball #95863B
RGB
CMYK
RGB Variations
Color information
#95863B (or 0x95863B) is known color: Highball. HEX triplet: 95, 86 and 3B. RGB value is (149,134,59). Sum of RGB (Red+Green+Blue) = 149+134+59=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 134 (52.73% from 255 or 39.18% from 342); Blue value is 59 (23.44% from 255 or 17.25% from 342); Max value from RGB is 149 - color contains mainly: red. Hex color #95863B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95863B is #6A79C4. Grayscale: #828282. Windows color (decimal): -6977989 or 3901077. OLE color: 3901077.
HSL color Cylindrical-coordinate representation of color #95863B: hue angle of 50º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #95863B is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 134 | 59 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.42 |
| HSL | 50º | 0.43% | 0.41% | - |
| HSV(B) | 50º | 0.6% | 0.58% | - |
| XYZ | 21.71 | 23.76 | 7.58 | - |
| YUV | 129.94 | 87.97 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 134 | 59 | 0 | 0.10 | 0.60 | 0.42 | 50 | 0.43 | 0.41 |
| Hex | 95 | 86 | 3B | 0 | A | 3C | 2A | 32 | 2B | 29 |
| Octal | 225 | 206 | 73 | 0 | 12 | 74 | 52 | 62 | 53 | 51 |
| Binary | 10010101 | 10000110 | 111011 | 0 | 1010 | 111100 | 101010 | 110010 | 101011 | 101001 |
Color Harmonies of #95863B
Complementary color
Monochromatic Colors of #95863B
Black with #95863B
Text Example
Text Example
White with #95863B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95863B; }
p { color: rgb(149,134,59); }
H1.HeaderClassName
{
color: #95863B;
}
.AnyTagClassName
{
color: #95863B;
}
</style>
background-color css
<style>
a { background-color: #95863B; }
a { background-color: rgb(149,134,59); }
div.DivClassName
{
background-color: #95863B;
}
.BgClassName
{
background-color: #95863B;
}
</style>
border-color css
<style>
span { border-color: #95863B; }
span { border-color: rgb(149,134,59); }
td.TdClassName
{
border-color: #95863B;
}
.TagClassName
{
border-color: #95863B;
}
</style>