Shades of Brass #9DA446
Tints of Brass #9DA446
RGB
CMYK
RGB Variations
Color information
#9DA446 (or 0x9DA446) is known color: Brass. HEX triplet: 9D, A4 and 46. RGB value is (157,164,70). Sum of RGB (Red+Green+Blue) = 157+164+70=391 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.15% from 391); Green value is 164 (64.45% from 255 or 41.94% from 391); Blue value is 70 (27.73% from 255 or 17.90% from 391); Max value from RGB is 164 - color contains mainly: green. Hex color #9DA446 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA446 is #625BB9. Grayscale: #979797. Windows color (decimal): -6446010 or 4629661. OLE color: 4629661.
HSL color Cylindrical-coordinate representation of color #9DA446: hue angle of 64.47º 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 #9DA446 is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 157 | 164 | 70 | - |
| CMYK | 0.04 | 0 | 0.57 | 0.36 |
| HSL | 64.47º | 0.4% | 0.46% | - |
| HSV(B) | 64.47º | 0.57% | 0.64% | - |
| XYZ | 28.29 | 34.16 | 10.9 | - |
| YUV | 151.19 | 82.18 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 164 | 70 | 0.04 | 0 | 0.57 | 0.36 | 64.47 | 0.4 | 0.46 |
| Hex | 9D | A4 | 46 | 4 | 0 | 39 | 24 | 40 | 28 | 2E |
| Octal | 235 | 244 | 106 | 4 | 0 | 71 | 44 | 100 | 50 | 56 |
| Binary | 10011101 | 10100100 | 1000110 | 100 | 0 | 111001 | 100100 | 1000000 | 101000 | 101110 |
Color Harmonies of #9DA446
Complementary color
Monochromatic Colors of #9DA446
Black with #9DA446
Text Example
Text Example
White with #9DA446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA446; }
p { color: rgb(157,164,70); }
H1.HeaderClassName
{
color: #9DA446;
}
.AnyTagClassName
{
color: #9DA446;
}
</style>
background-color css
<style>
a { background-color: #9DA446; }
a { background-color: rgb(157,164,70); }
div.DivClassName
{
background-color: #9DA446;
}
.BgClassName
{
background-color: #9DA446;
}
</style>
border-color css
<style>
span { border-color: #9DA446; }
span { border-color: rgb(157,164,70); }
td.TdClassName
{
border-color: #9DA446;
}
.TagClassName
{
border-color: #9DA446;
}
</style>