Shades of Highball #938E3C
Tints of Highball #938E3C
RGB
CMYK
RGB Variations
Color information
#938E3C (or 0x938E3C) is known color: Highball. HEX triplet: 93, 8E and 3C. RGB value is (147,142,60). Sum of RGB (Red+Green+Blue) = 147+142+60=349 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.12% from 349); Green value is 142 (55.86% from 255 or 40.69% from 349); Blue value is 60 (23.83% from 255 or 17.19% from 349); Max value from RGB is 147 - color contains mainly: red. Hex color #938E3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938E3C is #6C71C3. Grayscale: #868686. Windows color (decimal): -7107012 or 3968659. OLE color: 3968659.
HSL color Cylindrical-coordinate representation of color #938E3C: hue angle of 56.55º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #938E3C is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 142 | 60 | - |
| CMYK | 0 | 0.03 | 0.59 | 0.42 |
| HSL | 56.55º | 0.42% | 0.41% | - |
| HSV(B) | 56.55º | 0.59% | 0.58% | - |
| XYZ | 22.52 | 25.88 | 8.08 | - |
| YUV | 134.15 | 86.16 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 142 | 60 | 0 | 0.03 | 0.59 | 0.42 | 56.55 | 0.42 | 0.41 |
| Hex | 93 | 8E | 3C | 0 | 3 | 3B | 2A | 39 | 2A | 29 |
| Octal | 223 | 216 | 74 | 0 | 3 | 73 | 52 | 71 | 52 | 51 |
| Binary | 10010011 | 10001110 | 111100 | 0 | 11 | 111011 | 101010 | 111001 | 101010 | 101001 |
Color Harmonies of #938E3C
Complementary color
Monochromatic Colors of #938E3C
Black with #938E3C
Text Example
Text Example
White with #938E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938E3C; }
p { color: rgb(147,142,60); }
H1.HeaderClassName
{
color: #938E3C;
}
.AnyTagClassName
{
color: #938E3C;
}
</style>
background-color css
<style>
a { background-color: #938E3C; }
a { background-color: rgb(147,142,60); }
div.DivClassName
{
background-color: #938E3C;
}
.BgClassName
{
background-color: #938E3C;
}
</style>
border-color css
<style>
span { border-color: #938E3C; }
span { border-color: rgb(147,142,60); }
td.TdClassName
{
border-color: #938E3C;
}
.TagClassName
{
border-color: #938E3C;
}
</style>