Shades of Brass #9DA346
Tints of Brass #9DA346
RGB
CMYK
RGB Variations
Color information
#9DA346 (or 0x9DA346) is known color: Brass. HEX triplet: 9D, A3 and 46. RGB value is (157,163,70). Sum of RGB (Red+Green+Blue) = 157+163+70=390 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.26% from 390); Green value is 163 (64.06% from 255 or 41.79% from 390); Blue value is 70 (27.73% from 255 or 17.95% from 390); Max value from RGB is 163 - color contains mainly: green. Hex color #9DA346 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA346 is #625CB9. Grayscale: #969696. Windows color (decimal): -6446266 or 4629405. OLE color: 4629405.
HSL color Cylindrical-coordinate representation of color #9DA346: hue angle of 63.87º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9DA346 is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 157 | 163 | 70 | - |
| CMYK | 0.04 | 0 | 0.57 | 0.36 |
| HSL | 63.87º | 0.4% | 0.46% | - |
| HSV(B) | 63.87º | 0.57% | 0.64% | - |
| XYZ | 28.11 | 33.8 | 10.84 | - |
| YUV | 150.6 | 82.51 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 163 | 70 | 0.04 | 0 | 0.57 | 0.36 | 63.87 | 0.4 | 0.46 |
| Hex | 9D | A3 | 46 | 4 | 0 | 39 | 24 | 40 | 28 | 2E |
| Octal | 235 | 243 | 106 | 4 | 0 | 71 | 44 | 100 | 50 | 56 |
| Binary | 10011101 | 10100011 | 1000110 | 100 | 0 | 111001 | 100100 | 1000000 | 101000 | 101110 |
Color Harmonies of #9DA346
Complementary color
Monochromatic Colors of #9DA346
Black with #9DA346
Text Example
Text Example
White with #9DA346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA346; }
p { color: rgb(157,163,70); }
H1.HeaderClassName
{
color: #9DA346;
}
.AnyTagClassName
{
color: #9DA346;
}
</style>
background-color css
<style>
a { background-color: #9DA346; }
a { background-color: rgb(157,163,70); }
div.DivClassName
{
background-color: #9DA346;
}
.BgClassName
{
background-color: #9DA346;
}
</style>
border-color css
<style>
span { border-color: #9DA346; }
span { border-color: rgb(157,163,70); }
td.TdClassName
{
border-color: #9DA346;
}
.TagClassName
{
border-color: #9DA346;
}
</style>