Shades of Brass #9FA146
Tints of Brass #9FA146
RGB
CMYK
RGB Variations
Color information
#9FA146 (or 0x9FA146) is known color: Brass. HEX triplet: 9F, A1 and 46. RGB value is (159,161,70). Sum of RGB (Red+Green+Blue) = 159+161+70=390 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.77% from 390); Green value is 161 (63.28% from 255 or 41.28% from 390); Blue value is 70 (27.73% from 255 or 17.95% from 390); Max value from RGB is 161 - color contains mainly: green. Hex color #9FA146 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA146 is #605EB9. Grayscale: #969696. Windows color (decimal): -6315706 or 4628895. OLE color: 4628895.
HSL color Cylindrical-coordinate representation of color #9FA146: hue angle of 61.32º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9FA146 is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 159 | 161 | 70 | - |
| CMYK | 0.01 | 0 | 0.57 | 0.37 |
| HSL | 61.32º | 0.39% | 0.45% | - |
| HSV(B) | 61.32º | 0.57% | 0.63% | - |
| XYZ | 28.15 | 33.3 | 10.74 | - |
| YUV | 150.03 | 82.84 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 161 | 70 | 0.01 | 0 | 0.57 | 0.37 | 61.32 | 0.39 | 0.45 |
| Hex | 9F | A1 | 46 | 1 | 0 | 39 | 25 | 3D | 27 | 2D |
| Octal | 237 | 241 | 106 | 1 | 0 | 71 | 45 | 75 | 47 | 55 |
| Binary | 10011111 | 10100001 | 1000110 | 1 | 0 | 111001 | 100101 | 111101 | 100111 | 101101 |
Color Harmonies of #9FA146
Complementary color
Monochromatic Colors of #9FA146
Black with #9FA146
Text Example
Text Example
White with #9FA146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA146; }
p { color: rgb(159,161,70); }
H1.HeaderClassName
{
color: #9FA146;
}
.AnyTagClassName
{
color: #9FA146;
}
</style>
background-color css
<style>
a { background-color: #9FA146; }
a { background-color: rgb(159,161,70); }
div.DivClassName
{
background-color: #9FA146;
}
.BgClassName
{
background-color: #9FA146;
}
</style>
border-color css
<style>
span { border-color: #9FA146; }
span { border-color: rgb(159,161,70); }
td.TdClassName
{
border-color: #9FA146;
}
.TagClassName
{
border-color: #9FA146;
}
</style>