Shades of Brass #9DA93F
Tints of Brass #9DA93F
RGB
CMYK
RGB Variations
Color information
#9DA93F (or 0x9DA93F) is known color: Brass. HEX triplet: 9D, A9 and 3F. RGB value is (157,169,63). Sum of RGB (Red+Green+Blue) = 157+169+63=389 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.36% from 389); Green value is 169 (66.41% from 255 or 43.44% from 389); Blue value is 63 (25% from 255 or 16.20% from 389); Max value from RGB is 169 - color contains mainly: green. Hex color #9DA93F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA93F is #6256C0. Grayscale: #999999. Windows color (decimal): -6444737 or 4172189. OLE color: 4172189.
HSL color Cylindrical-coordinate representation of color #9DA93F: hue angle of 66.79º 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 #9DA93F is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 157 | 169 | 63 | - |
| CMYK | 0.07 | 0 | 0.63 | 0.34 |
| HSL | 66.79º | 0.46% | 0.45% | - |
| HSV(B) | 66.79º | 0.63% | 0.66% | - |
| XYZ | 28.99 | 35.9 | 10.1 | - |
| YUV | 153.33 | 77.02 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 169 | 63 | 0.07 | 0 | 0.63 | 0.34 | 66.79 | 0.46 | 0.45 |
| Hex | 9D | A9 | 3F | 7 | 0 | 3F | 22 | 43 | 2E | 2D |
| Octal | 235 | 251 | 77 | 7 | 0 | 77 | 42 | 103 | 56 | 55 |
| Binary | 10011101 | 10101001 | 111111 | 111 | 0 | 111111 | 100010 | 1000011 | 101110 | 101101 |
Color Harmonies of #9DA93F
Complementary color
Monochromatic Colors of #9DA93F
Black with #9DA93F
Text Example
Text Example
White with #9DA93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA93F; }
p { color: rgb(157,169,63); }
H1.HeaderClassName
{
color: #9DA93F;
}
.AnyTagClassName
{
color: #9DA93F;
}
</style>
background-color css
<style>
a { background-color: #9DA93F; }
a { background-color: rgb(157,169,63); }
div.DivClassName
{
background-color: #9DA93F;
}
.BgClassName
{
background-color: #9DA93F;
}
</style>
border-color css
<style>
span { border-color: #9DA93F; }
span { border-color: rgb(157,169,63); }
td.TdClassName
{
border-color: #9DA93F;
}
.TagClassName
{
border-color: #9DA93F;
}
</style>