Shades of Brass #9FA340
Tints of Brass #9FA340
RGB
CMYK
RGB Variations
Color information
#9FA340 (or 0x9FA340) is known color: Brass. HEX triplet: 9F, A3 and 40. RGB value is (159,163,64). Sum of RGB (Red+Green+Blue) = 159+163+64=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 163 (64.06% from 255 or 42.23% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 163 - color contains mainly: green. Hex color #9FA340 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA340 is #605CBF. Grayscale: #969696. Windows color (decimal): -6315200 or 4236191. OLE color: 4236191.
HSL color Cylindrical-coordinate representation of color #9FA340: hue angle of 62.42º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9FA340 is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 159 | 163 | 64 | - |
| CMYK | 0.02 | 0 | 0.61 | 0.36 |
| HSL | 62.42º | 0.44% | 0.45% | - |
| HSV(B) | 62.42º | 0.61% | 0.64% | - |
| XYZ | 28.32 | 33.94 | 9.91 | - |
| YUV | 150.52 | 79.17 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 163 | 64 | 0.02 | 0 | 0.61 | 0.36 | 62.42 | 0.44 | 0.45 |
| Hex | 9F | A3 | 40 | 2 | 0 | 3D | 24 | 3E | 2C | 2D |
| Octal | 237 | 243 | 100 | 2 | 0 | 75 | 44 | 76 | 54 | 55 |
| Binary | 10011111 | 10100011 | 1000000 | 10 | 0 | 111101 | 100100 | 111110 | 101100 | 101101 |
Color Harmonies of #9FA340
Complementary color
Monochromatic Colors of #9FA340
Black with #9FA340
Text Example
Text Example
White with #9FA340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA340; }
p { color: rgb(159,163,64); }
H1.HeaderClassName
{
color: #9FA340;
}
.AnyTagClassName
{
color: #9FA340;
}
</style>
background-color css
<style>
a { background-color: #9FA340; }
a { background-color: rgb(159,163,64); }
div.DivClassName
{
background-color: #9FA340;
}
.BgClassName
{
background-color: #9FA340;
}
</style>
border-color css
<style>
span { border-color: #9FA340; }
span { border-color: rgb(159,163,64); }
td.TdClassName
{
border-color: #9FA340;
}
.TagClassName
{
border-color: #9FA340;
}
</style>