Shades of Highball #93953F
Tints of Highball #93953F
RGB
CMYK
RGB Variations
Color information
#93953F (or 0x93953F) is known color: Highball. HEX triplet: 93, 95 and 3F. RGB value is (147,149,63). Sum of RGB (Red+Green+Blue) = 147+149+63=359 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.95% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 63 (25% from 255 or 17.55% from 359); Max value from RGB is 149 - color contains mainly: green. Hex color #93953F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93953F is #6C6AC0. Grayscale: #8A8A8A. Windows color (decimal): -7105217 or 4167059. OLE color: 4167059.
HSL color Cylindrical-coordinate representation of color #93953F: hue angle of 61.4º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #93953F is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 149 | 63 | - |
| CMYK | 0.01 | 0 | 0.58 | 0.42 |
| HSL | 61.4º | 0.41% | 0.42% | - |
| HSV(B) | 61.4º | 0.58% | 0.58% | - |
| XYZ | 23.68 | 28.06 | 8.87 | - |
| YUV | 138.6 | 85.34 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 149 | 63 | 0.01 | 0 | 0.58 | 0.42 | 61.4 | 0.41 | 0.42 |
| Hex | 93 | 95 | 3F | 1 | 0 | 3A | 2A | 3D | 29 | 2A |
| Octal | 223 | 225 | 77 | 1 | 0 | 72 | 52 | 75 | 51 | 52 |
| Binary | 10010011 | 10010101 | 111111 | 1 | 0 | 111010 | 101010 | 111101 | 101001 | 101010 |
Color Harmonies of #93953F
Complementary color
Monochromatic Colors of #93953F
Black with #93953F
Text Example
Text Example
White with #93953F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93953F; }
p { color: rgb(147,149,63); }
H1.HeaderClassName
{
color: #93953F;
}
.AnyTagClassName
{
color: #93953F;
}
</style>
background-color css
<style>
a { background-color: #93953F; }
a { background-color: rgb(147,149,63); }
div.DivClassName
{
background-color: #93953F;
}
.BgClassName
{
background-color: #93953F;
}
</style>
border-color css
<style>
span { border-color: #93953F; }
span { border-color: rgb(147,149,63); }
td.TdClassName
{
border-color: #93953F;
}
.TagClassName
{
border-color: #93953F;
}
</style>