Shades of Highball #93933E
Tints of Highball #93933E
RGB
CMYK
RGB Variations
Color information
#93933E (or 0x93933E) is known color: Highball. HEX triplet: 93, 93 and 3E. RGB value is (147,147,62). Sum of RGB (Red+Green+Blue) = 147+147+62=356 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.29% from 356); Green value is 147 (57.81% from 255 or 41.29% from 356); Blue value is 62 (24.61% from 255 or 17.42% from 356); Max value from RGB is 147 - color contains mainly: red, green. Hex color #93933E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93933E is #6C6CC1. Grayscale: #898989. Windows color (decimal): -7105730 or 4101011. OLE color: 4101011.
HSL color Cylindrical-coordinate representation of color #93933E: hue angle of 60º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #93933E is Cyan = 0, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 147 | 62 | - |
| CMYK | 0 | 0 | 0.58 | 0.42 |
| HSL | 60º | 0.41% | 0.41% | - |
| HSV(B) | 60º | 0.58% | 0.58% | - |
| XYZ | 23.34 | 27.42 | 8.62 | - |
| YUV | 137.31 | 85.5 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 147 | 62 | 0 | 0 | 0.58 | 0.42 | 60 | 0.41 | 0.41 |
| Hex | 93 | 93 | 3E | 0 | 0 | 3A | 2A | 3C | 29 | 29 |
| Octal | 223 | 223 | 76 | 0 | 0 | 72 | 52 | 74 | 51 | 51 |
| Binary | 10010011 | 10010011 | 111110 | 0 | 0 | 111010 | 101010 | 111100 | 101001 | 101001 |
Color Harmonies of #93933E
Complementary color
Monochromatic Colors of #93933E
Black with #93933E
Text Example
Text Example
White with #93933E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93933E; }
p { color: rgb(147,147,62); }
H1.HeaderClassName
{
color: #93933E;
}
.AnyTagClassName
{
color: #93933E;
}
</style>
background-color css
<style>
a { background-color: #93933E; }
a { background-color: rgb(147,147,62); }
div.DivClassName
{
background-color: #93933E;
}
.BgClassName
{
background-color: #93933E;
}
</style>
border-color css
<style>
span { border-color: #93933E; }
span { border-color: rgb(147,147,62); }
td.TdClassName
{
border-color: #93933E;
}
.TagClassName
{
border-color: #93933E;
}
</style>