Shades of Highball #93953E
Tints of Highball #93953E
RGB
CMYK
RGB Variations
Color information
#93953E (or 0x93953E) is known color: Highball. HEX triplet: 93, 95 and 3E. RGB value is (147,149,62). Sum of RGB (Red+Green+Blue) = 147+149+62=358 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.06% from 358); Green value is 149 (58.59% from 255 or 41.62% from 358); Blue value is 62 (24.61% from 255 or 17.32% from 358); Max value from RGB is 149 - color contains mainly: green. Hex color #93953E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93953E is #6C6AC1. Grayscale: #8A8A8A. Windows color (decimal): -7105218 or 4101523. OLE color: 4101523.
HSL color Cylindrical-coordinate representation of color #93953E: hue angle of 61.38º 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 #93953E is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 149 | 62 | - |
| CMYK | 0.01 | 0 | 0.58 | 0.42 |
| HSL | 61.38º | 0.41% | 0.41% | - |
| HSV(B) | 61.38º | 0.58% | 0.58% | - |
| XYZ | 23.65 | 28.05 | 8.72 | - |
| YUV | 138.48 | 84.84 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 149 | 62 | 0.01 | 0 | 0.58 | 0.42 | 61.38 | 0.41 | 0.41 |
| Hex | 93 | 95 | 3E | 1 | 0 | 3A | 2A | 3D | 29 | 29 |
| Octal | 223 | 225 | 76 | 1 | 0 | 72 | 52 | 75 | 51 | 51 |
| Binary | 10010011 | 10010101 | 111110 | 1 | 0 | 111010 | 101010 | 111101 | 101001 | 101001 |
Color Harmonies of #93953E
Complementary color
Monochromatic Colors of #93953E
Black with #93953E
Text Example
Text Example
White with #93953E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93953E; }
p { color: rgb(147,149,62); }
H1.HeaderClassName
{
color: #93953E;
}
.AnyTagClassName
{
color: #93953E;
}
</style>
background-color css
<style>
a { background-color: #93953E; }
a { background-color: rgb(147,149,62); }
div.DivClassName
{
background-color: #93953E;
}
.BgClassName
{
background-color: #93953E;
}
</style>
border-color css
<style>
span { border-color: #93953E; }
span { border-color: rgb(147,149,62); }
td.TdClassName
{
border-color: #93953E;
}
.TagClassName
{
border-color: #93953E;
}
</style>