Shades of Brass #9FA93F
Tints of Brass #9FA93F
RGB
CMYK
RGB Variations
Color information
#9FA93F (or 0x9FA93F) is known color: Brass. HEX triplet: 9F, A9 and 3F. RGB value is (159,169,63). Sum of RGB (Red+Green+Blue) = 159+169+63=391 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.66% from 391); Green value is 169 (66.41% from 255 or 43.22% from 391); Blue value is 63 (25% from 255 or 16.11% from 391); Max value from RGB is 169 - color contains mainly: green. Hex color #9FA93F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA93F is #6056C0. Grayscale: #9A9A9A. Windows color (decimal): -6313665 or 4172191. OLE color: 4172191.
HSL color Cylindrical-coordinate representation of color #9FA93F: hue angle of 65.66º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9FA93F is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 159 | 169 | 63 | - |
| CMYK | 0.06 | 0 | 0.63 | 0.34 |
| HSL | 65.66º | 0.46% | 0.45% | - |
| HSV(B) | 65.66º | 0.63% | 0.66% | - |
| XYZ | 29.38 | 36.11 | 10.12 | - |
| YUV | 153.93 | 76.69 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 169 | 63 | 0.06 | 0 | 0.63 | 0.34 | 65.66 | 0.46 | 0.45 |
| Hex | 9F | A9 | 3F | 6 | 0 | 3F | 22 | 42 | 2E | 2D |
| Octal | 237 | 251 | 77 | 6 | 0 | 77 | 42 | 102 | 56 | 55 |
| Binary | 10011111 | 10101001 | 111111 | 110 | 0 | 111111 | 100010 | 1000010 | 101110 | 101101 |
Color Harmonies of #9FA93F
Complementary color
Monochromatic Colors of #9FA93F
Black with #9FA93F
Text Example
Text Example
White with #9FA93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA93F; }
p { color: rgb(159,169,63); }
H1.HeaderClassName
{
color: #9FA93F;
}
.AnyTagClassName
{
color: #9FA93F;
}
</style>
background-color css
<style>
a { background-color: #9FA93F; }
a { background-color: rgb(159,169,63); }
div.DivClassName
{
background-color: #9FA93F;
}
.BgClassName
{
background-color: #9FA93F;
}
</style>
border-color css
<style>
span { border-color: #9FA93F; }
span { border-color: rgb(159,169,63); }
td.TdClassName
{
border-color: #9FA93F;
}
.TagClassName
{
border-color: #9FA93F;
}
</style>