Shades of Highball #95913C
Tints of Highball #95913C
RGB
CMYK
RGB Variations
Color information
#95913C (or 0x95913C) is known color: Highball. HEX triplet: 95, 91 and 3C. RGB value is (149,145,60). Sum of RGB (Red+Green+Blue) = 149+145+60=354 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.09% from 354); Green value is 145 (57.03% from 255 or 40.96% from 354); Blue value is 60 (23.83% from 255 or 16.95% from 354); Max value from RGB is 149 - color contains mainly: red. Hex color #95913C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95913C is #6A6EC3. Grayscale: #888888. Windows color (decimal): -6975172 or 3969429. OLE color: 3969429.
HSL color Cylindrical-coordinate representation of color #95913C: hue angle of 57.3º 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 #95913C is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 145 | 60 | - |
| CMYK | 0 | 0.03 | 0.60 | 0.42 |
| HSL | 57.3º | 0.43% | 0.41% | - |
| HSV(B) | 57.3º | 0.6% | 0.58% | - |
| XYZ | 23.34 | 26.97 | 8.25 | - |
| YUV | 136.51 | 84.83 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 145 | 60 | 0 | 0.03 | 0.60 | 0.42 | 57.3 | 0.43 | 0.41 |
| Hex | 95 | 91 | 3C | 0 | 3 | 3C | 2A | 39 | 2B | 29 |
| Octal | 225 | 221 | 74 | 0 | 3 | 74 | 52 | 71 | 53 | 51 |
| Binary | 10010101 | 10010001 | 111100 | 0 | 11 | 111100 | 101010 | 111001 | 101011 | 101001 |
Color Harmonies of #95913C
Complementary color
Monochromatic Colors of #95913C
Black with #95913C
Text Example
Text Example
White with #95913C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95913C; }
p { color: rgb(149,145,60); }
H1.HeaderClassName
{
color: #95913C;
}
.AnyTagClassName
{
color: #95913C;
}
</style>
background-color css
<style>
a { background-color: #95913C; }
a { background-color: rgb(149,145,60); }
div.DivClassName
{
background-color: #95913C;
}
.BgClassName
{
background-color: #95913C;
}
</style>
border-color css
<style>
span { border-color: #95913C; }
span { border-color: rgb(149,145,60); }
td.TdClassName
{
border-color: #95913C;
}
.TagClassName
{
border-color: #95913C;
}
</style>