Html Css Color HEX #9FA643 Brass

📋 copy color: '#9FA643'

red 159 ◦ green 166 ◦ blue 67

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

Shades of Brass #9FA643

Tints of Brass #9FA643

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.35%

 BLUE value IS 67 (26.56% from 255) = 17.09%

R = 40.56%
G = 42.35%
B = 17.09%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#9FA643 (or 0x9FA643) is known color: Brass. HEX triplet: 9F, A6 and 43. RGB value is (159,166,67). Sum of RGB (Red+Green+Blue) = 159+166+67=392 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.56% from 392); Green value is 166 (65.23% from 255 or 42.35% from 392); Blue value is 67 (26.56% from 255 or 17.09% from 392); Max value from RGB is 166 - color contains mainly: green. Hex color #9FA643 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA643 is #6059BC. Grayscale: #999999. Windows color (decimal): -6314429 or 4433567. OLE color: 4433567.

HSL color Cylindrical-coordinate representation of color #9FA643: hue angle of 64.24º 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 #9FA643 is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB 159 166 67 -
CMYK 0.04 0 0.60 0.35
HSL 64.24º 0.42% 0.46% -
HSV(B) 64.24º 0.6% 0.65% -
XYZ 28.95 35.05 10.55 -
YUV 152.62 79.68 132.55 -
System Red Green Blue C M Y K H S L
Decimal 159 166 67 0.04 0 0.60 0.35 64.24 0.42 0.46
Hex 9F A6 43 4 0 3C 23 40 2A 2E
Octal 237 246 103 4 0 74 43 100 52 56
Binary 10011111 10100110 1000011 100 0 111100 100011 1000000 101010 101110

Color Harmonies of #9FA643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA643

Black with #9FA643

Text Example


Text Example

White with #9FA643

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,166,67); }

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

background-color css

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

 a { background-color: rgb(159,166,67); }

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

border-color css

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

 span { border-color: rgb(159,166,67); }

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