Html Css Color HEX #9FA141 Brass

📋 copy color: '#9FA141'

red 159 ◦ green 161 ◦ blue 65

#9FA141
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brass #9FA141

Tints of Brass #9FA141

RGB

 RED value IS 159 (62.5% from 255) = 41.3%

 GREEN value IS 161 (63.28% from 255) = 41.82%

 BLUE value IS 65 (25.78% from 255) = 16.88%

R = 41.3%
G = 41.82%
B = 16.88%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.60

 K value IS 0.37

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9FA141 (or 0x9FA141) is known color: Brass. HEX triplet: 9F, A1 and 41. RGB value is (159,161,65). Sum of RGB (Red+Green+Blue) = 159+161+65=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 161 (63.28% from 255 or 41.82% from 385); Blue value is 65 (25.78% from 255 or 16.88% from 385); Max value from RGB is 161 - color contains mainly: green. Hex color #9FA141 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA141 is #605EBE. Grayscale: #959595. Windows color (decimal): -6315711 or 4301215. OLE color: 4301215.

HSL color Cylindrical-coordinate representation of color #9FA141: hue angle of 61.25º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9FA141 is Cyan = 0.01, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB 159 161 65 -
CMYK 0.01 0 0.60 0.37
HSL 61.25º 0.42% 0.44% -
HSV(B) 61.25º 0.6% 0.63% -
XYZ 28 33.24 9.94 -
YUV 149.46 80.34 134.81 -
System Red Green Blue C M Y K H S L
Decimal 159 161 65 0.01 0 0.60 0.37 61.25 0.42 0.44
Hex 9F A1 41 1 0 3C 25 3D 2A 2C
Octal 237 241 101 1 0 74 45 75 52 54
Binary 10011111 10100001 1000001 1 0 111100 100101 111101 101010 101100

Color Harmonies of #9FA141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA141

Black with #9FA141

Text Example


Text Example

White with #9FA141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FA141; }

 p { color: rgb(159,161,65); }

 H1.HeaderClassName
 {
   color: #9FA141;
 }
 .AnyTagClassName
 {
   color: #9FA141;
 }
</style>

background-color css

<style>
 a { background-color: #9FA141; }

 a { background-color: rgb(159,161,65); }

 div.DivClassName
 {
   background-color: #9FA141;
 }
 .BgClassName
 {
   background-color: #9FA141;
 }
</style>

border-color css

<style>
 span { border-color: #9FA141; }

 span { border-color: rgb(159,161,65); }

 td.TdClassName
 {
   border-color: #9FA141;
 }
 .TagClassName
 {
   border-color: #9FA141;
 }
</style>