Shades of Brass #9FA640
Tints of Brass #9FA640
RGB
CMYK
RGB Variations
Color information
#9FA640 (or 0x9FA640) is known color: Brass. HEX triplet: 9F, A6 and 40. RGB value is (159,166,64). Sum of RGB (Red+Green+Blue) = 159+166+64=389 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.87% from 389); Green value is 166 (65.23% from 255 or 42.67% from 389); Blue value is 64 (25.39% from 255 or 16.45% from 389); Max value from RGB is 166 - color contains mainly: green. Hex color #9FA640 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA640 is #6059BF. Grayscale: #989898. Windows color (decimal): -6314432 or 4236959. OLE color: 4236959.
HSL color Cylindrical-coordinate representation of color #9FA640: hue angle of 64.12º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9FA640 is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 159 | 166 | 64 | - |
| CMYK | 0.04 | 0 | 0.61 | 0.35 |
| HSL | 64.12º | 0.44% | 0.45% | - |
| HSV(B) | 64.12º | 0.61% | 0.65% | - |
| XYZ | 28.86 | 35.01 | 10.09 | - |
| YUV | 152.28 | 78.18 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 166 | 64 | 0.04 | 0 | 0.61 | 0.35 | 64.12 | 0.44 | 0.45 |
| Hex | 9F | A6 | 40 | 4 | 0 | 3D | 23 | 40 | 2C | 2D |
| Octal | 237 | 246 | 100 | 4 | 0 | 75 | 43 | 100 | 54 | 55 |
| Binary | 10011111 | 10100110 | 1000000 | 100 | 0 | 111101 | 100011 | 1000000 | 101100 | 101101 |
Color Harmonies of #9FA640
Complementary color
Monochromatic Colors of #9FA640
Black with #9FA640
Text Example
Text Example
White with #9FA640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA640; }
p { color: rgb(159,166,64); }
H1.HeaderClassName
{
color: #9FA640;
}
.AnyTagClassName
{
color: #9FA640;
}
</style>
background-color css
<style>
a { background-color: #9FA640; }
a { background-color: rgb(159,166,64); }
div.DivClassName
{
background-color: #9FA640;
}
.BgClassName
{
background-color: #9FA640;
}
</style>
border-color css
<style>
span { border-color: #9FA640; }
span { border-color: rgb(159,166,64); }
td.TdClassName
{
border-color: #9FA640;
}
.TagClassName
{
border-color: #9FA640;
}
</style>