Html Css Color HEX #9FA441 Brass

📋 copy color: '#9FA441'

red 159 ◦ green 164 ◦ blue 65

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

Shades of Brass #9FA441

Tints of Brass #9FA441

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.27%

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

R = 40.98%
G = 42.27%
B = 16.75%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#9FA441 (or 0x9FA441) is known color: Brass. HEX triplet: 9F, A4 and 41. RGB value is (159,164,65). Sum of RGB (Red+Green+Blue) = 159+164+65=388 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.98% from 388); Green value is 164 (64.45% from 255 or 42.27% from 388); Blue value is 65 (25.78% from 255 or 16.75% from 388); Max value from RGB is 164 - color contains mainly: green. Hex color #9FA441 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA441 is #605BBE. Grayscale: #979797. Windows color (decimal): -6314943 or 4301983. OLE color: 4301983.

HSL color Cylindrical-coordinate representation of color #9FA441: hue angle of 63.03º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9FA441 is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 159 164 65 -
CMYK 0.03 0 0.60 0.36
HSL 63.03º 0.43% 0.45% -
HSV(B) 63.03º 0.6% 0.64% -
XYZ 28.53 34.3 10.12 -
YUV 151.22 79.34 133.55 -
System Red Green Blue C M Y K H S L
Decimal 159 164 65 0.03 0 0.60 0.36 63.03 0.43 0.45
Hex 9F A4 41 3 0 3C 24 3F 2B 2D
Octal 237 244 101 3 0 74 44 77 53 55
Binary 10011111 10100100 1000001 11 0 111100 100100 111111 101011 101101

Color Harmonies of #9FA441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA441

Black with #9FA441

Text Example


Text Example

White with #9FA441

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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