Shades of Highball #93933D
Tints of Highball #93933D
RGB
CMYK
RGB Variations
Color information
#93933D (or 0x93933D) is known color: Highball. HEX triplet: 93, 93 and 3D. RGB value is (147,147,61). Sum of RGB (Red+Green+Blue) = 147+147+61=355 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.41% from 355); Green value is 147 (57.81% from 255 or 41.41% from 355); Blue value is 61 (24.22% from 255 or 17.18% from 355); Max value from RGB is 147 - color contains mainly: red, green. Hex color #93933D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93933D is #6C6CC2. Grayscale: #898989. Windows color (decimal): -7105731 or 4035475. OLE color: 4035475.
HSL color Cylindrical-coordinate representation of color #93933D: 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.59%. Process color model (Four color, CMYK) of #93933D is Cyan = 0, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 147 | 61 | - |
| CMYK | 0 | 0 | 0.59 | 0.42 |
| HSL | 60º | 0.41% | 0.41% | - |
| HSV(B) | 60º | 0.59% | 0.58% | - |
| XYZ | 23.31 | 27.41 | 8.48 | - |
| YUV | 137.2 | 85 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 147 | 61 | 0 | 0 | 0.59 | 0.42 | 60 | 0.41 | 0.41 |
| Hex | 93 | 93 | 3D | 0 | 0 | 3B | 2A | 3C | 29 | 29 |
| Octal | 223 | 223 | 75 | 0 | 0 | 73 | 52 | 74 | 51 | 51 |
| Binary | 10010011 | 10010011 | 111101 | 0 | 0 | 111011 | 101010 | 111100 | 101001 | 101001 |
Color Harmonies of #93933D
Complementary color
Monochromatic Colors of #93933D
Black with #93933D
Text Example
Text Example
White with #93933D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93933D; }
p { color: rgb(147,147,61); }
H1.HeaderClassName
{
color: #93933D;
}
.AnyTagClassName
{
color: #93933D;
}
</style>
background-color css
<style>
a { background-color: #93933D; }
a { background-color: rgb(147,147,61); }
div.DivClassName
{
background-color: #93933D;
}
.BgClassName
{
background-color: #93933D;
}
</style>
border-color css
<style>
span { border-color: #93933D; }
span { border-color: rgb(147,147,61); }
td.TdClassName
{
border-color: #93933D;
}
.TagClassName
{
border-color: #93933D;
}
</style>