Shades of Brass #9FA741
Tints of Brass #9FA741
RGB
CMYK
RGB Variations
Color information
#9FA741 (or 0x9FA741) is known color: Brass. HEX triplet: 9F, A7 and 41. RGB value is (159,167,65). Sum of RGB (Red+Green+Blue) = 159+167+65=391 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.66% from 391); Green value is 167 (65.62% from 255 or 42.71% from 391); Blue value is 65 (25.78% from 255 or 16.62% from 391); Max value from RGB is 167 - color contains mainly: green. Hex color #9FA741 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA741 is #6058BE. Grayscale: #999999. Windows color (decimal): -6314175 or 4302751. OLE color: 4302751.
HSL color Cylindrical-coordinate representation of color #9FA741: hue angle of 64.71º 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 #9FA741 is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 159 | 167 | 65 | - |
| CMYK | 0.05 | 0 | 0.61 | 0.35 |
| HSL | 64.71º | 0.44% | 0.45% | - |
| HSV(B) | 64.71º | 0.61% | 0.65% | - |
| XYZ | 29.07 | 35.39 | 10.3 | - |
| YUV | 152.98 | 78.35 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 167 | 65 | 0.05 | 0 | 0.61 | 0.35 | 64.71 | 0.44 | 0.45 |
| Hex | 9F | A7 | 41 | 5 | 0 | 3D | 23 | 41 | 2C | 2D |
| Octal | 237 | 247 | 101 | 5 | 0 | 75 | 43 | 101 | 54 | 55 |
| Binary | 10011111 | 10100111 | 1000001 | 101 | 0 | 111101 | 100011 | 1000001 | 101100 | 101101 |
Color Harmonies of #9FA741
Complementary color
Monochromatic Colors of #9FA741
Black with #9FA741
Text Example
Text Example
White with #9FA741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA741; }
p { color: rgb(159,167,65); }
H1.HeaderClassName
{
color: #9FA741;
}
.AnyTagClassName
{
color: #9FA741;
}
</style>
background-color css
<style>
a { background-color: #9FA741; }
a { background-color: rgb(159,167,65); }
div.DivClassName
{
background-color: #9FA741;
}
.BgClassName
{
background-color: #9FA741;
}
</style>
border-color css
<style>
span { border-color: #9FA741; }
span { border-color: rgb(159,167,65); }
td.TdClassName
{
border-color: #9FA741;
}
.TagClassName
{
border-color: #9FA741;
}
</style>