Shades of Highball #937D3F
Tints of Highball #937D3F
RGB
CMYK
RGB Variations
Color information
#937D3F (or 0x937D3F) is known color: Highball. HEX triplet: 93, 7D and 3F. RGB value is (147,125,63). Sum of RGB (Red+Green+Blue) = 147+125+63=335 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.88% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 63 (25% from 255 or 18.81% from 335); Max value from RGB is 147 - color contains mainly: red. Hex color #937D3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #937D3F is #6C82C0. Grayscale: #7C7C7C. Windows color (decimal): -7111361 or 4160915. OLE color: 4160915.
HSL color Cylindrical-coordinate representation of color #937D3F: hue angle of 44.29º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #937D3F is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 125 | 63 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.42 |
| HSL | 44.29º | 0.4% | 0.41% | - |
| HSV(B) | 44.29º | 0.57% | 0.58% | - |
| XYZ | 20.26 | 21.23 | 7.73 | - |
| YUV | 124.51 | 93.29 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 125 | 63 | 0 | 0.15 | 0.57 | 0.42 | 44.29 | 0.4 | 0.41 |
| Hex | 93 | 7D | 3F | 0 | F | 39 | 2A | 2C | 28 | 29 |
| Octal | 223 | 175 | 77 | 0 | 17 | 71 | 52 | 54 | 50 | 51 |
| Binary | 10010011 | 1111101 | 111111 | 0 | 1111 | 111001 | 101010 | 101100 | 101000 | 101001 |
Color Harmonies of #937D3F
Complementary color
Monochromatic Colors of #937D3F
Black with #937D3F
Text Example
Text Example
White with #937D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937D3F; }
p { color: rgb(147,125,63); }
H1.HeaderClassName
{
color: #937D3F;
}
.AnyTagClassName
{
color: #937D3F;
}
</style>
background-color css
<style>
a { background-color: #937D3F; }
a { background-color: rgb(147,125,63); }
div.DivClassName
{
background-color: #937D3F;
}
.BgClassName
{
background-color: #937D3F;
}
</style>
border-color css
<style>
span { border-color: #937D3F; }
span { border-color: rgb(147,125,63); }
td.TdClassName
{
border-color: #937D3F;
}
.TagClassName
{
border-color: #937D3F;
}
</style>