Shades of Brass #9CA643
Tints of Brass #9CA643
RGB
CMYK
RGB Variations
Color information
#9CA643 (or 0x9CA643) is known color: Brass. HEX triplet: 9C, A6 and 43. RGB value is (156,166,67). Sum of RGB (Red+Green+Blue) = 156+166+67=389 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.10% from 389); Green value is 166 (65.23% from 255 or 42.67% from 389); Blue value is 67 (26.56% from 255 or 17.22% from 389); Max value from RGB is 166 - color contains mainly: green. Hex color #9CA643 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA643 is #6359BC. Grayscale: #989898. Windows color (decimal): -6511037 or 4433564. OLE color: 4433564.
HSL color Cylindrical-coordinate representation of color #9CA643: hue angle of 66.06º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9CA643 is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 156 | 166 | 67 | - |
| CMYK | 0.06 | 0 | 0.60 | 0.35 |
| HSL | 66.06º | 0.42% | 0.46% | - |
| HSV(B) | 66.06º | 0.6% | 0.65% | - |
| XYZ | 28.36 | 34.75 | 10.52 | - |
| YUV | 151.72 | 80.19 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 166 | 67 | 0.06 | 0 | 0.60 | 0.35 | 66.06 | 0.42 | 0.46 |
| Hex | 9C | A6 | 43 | 6 | 0 | 3C | 23 | 42 | 2A | 2E |
| Octal | 234 | 246 | 103 | 6 | 0 | 74 | 43 | 102 | 52 | 56 |
| Binary | 10011100 | 10100110 | 1000011 | 110 | 0 | 111100 | 100011 | 1000010 | 101010 | 101110 |
Color Harmonies of #9CA643
Complementary color
Monochromatic Colors of #9CA643
Black with #9CA643
Text Example
Text Example
White with #9CA643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA643; }
p { color: rgb(156,166,67); }
H1.HeaderClassName
{
color: #9CA643;
}
.AnyTagClassName
{
color: #9CA643;
}
</style>
background-color css
<style>
a { background-color: #9CA643; }
a { background-color: rgb(156,166,67); }
div.DivClassName
{
background-color: #9CA643;
}
.BgClassName
{
background-color: #9CA643;
}
</style>
border-color css
<style>
span { border-color: #9CA643; }
span { border-color: rgb(156,166,67); }
td.TdClassName
{
border-color: #9CA643;
}
.TagClassName
{
border-color: #9CA643;
}
</style>