Shades of Brass #9EA546
Tints of Brass #9EA546
RGB
CMYK
RGB Variations
Color information
#9EA546 (or 0x9EA546) is known color: Brass. HEX triplet: 9E, A5 and 46. RGB value is (158,165,70). Sum of RGB (Red+Green+Blue) = 158+165+70=393 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.20% from 393); Green value is 165 (64.84% from 255 or 41.98% from 393); Blue value is 70 (27.73% from 255 or 17.81% from 393); Max value from RGB is 165 - color contains mainly: green. Hex color #9EA546 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EA546 is #615AB9. Grayscale: #989898. Windows color (decimal): -6380218 or 4629918. OLE color: 4629918.
HSL color Cylindrical-coordinate representation of color #9EA546: hue angle of 64.42º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9EA546 is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 158 | 165 | 70 | - |
| CMYK | 0.04 | 0 | 0.58 | 0.35 |
| HSL | 64.42º | 0.4% | 0.46% | - |
| HSV(B) | 64.42º | 0.58% | 0.65% | - |
| XYZ | 28.66 | 34.62 | 10.97 | - |
| YUV | 152.08 | 81.68 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 165 | 70 | 0.04 | 0 | 0.58 | 0.35 | 64.42 | 0.4 | 0.46 |
| Hex | 9E | A5 | 46 | 4 | 0 | 3A | 23 | 40 | 28 | 2E |
| Octal | 236 | 245 | 106 | 4 | 0 | 72 | 43 | 100 | 50 | 56 |
| Binary | 10011110 | 10100101 | 1000110 | 100 | 0 | 111010 | 100011 | 1000000 | 101000 | 101110 |
Color Harmonies of #9EA546
Complementary color
Monochromatic Colors of #9EA546
Black with #9EA546
Text Example
Text Example
White with #9EA546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA546; }
p { color: rgb(158,165,70); }
H1.HeaderClassName
{
color: #9EA546;
}
.AnyTagClassName
{
color: #9EA546;
}
</style>
background-color css
<style>
a { background-color: #9EA546; }
a { background-color: rgb(158,165,70); }
div.DivClassName
{
background-color: #9EA546;
}
.BgClassName
{
background-color: #9EA546;
}
</style>
border-color css
<style>
span { border-color: #9EA546; }
span { border-color: rgb(158,165,70); }
td.TdClassName
{
border-color: #9EA546;
}
.TagClassName
{
border-color: #9EA546;
}
</style>