Html Css Color HEX #9F904A Luxor Gold

📋 copy color: '#9F904A'

red 159 ◦ green 144 ◦ blue 74

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

Shades of Luxor Gold #9F904A

Tints of Luxor Gold #9F904A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.2%

 BLUE value IS 74 (29.3% from 255) = 19.63%

R = 42.18%
G = 38.2%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.38

RGB Variations

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

Color information

#9F904A (or 0x9F904A) is known color: Luxor Gold. HEX triplet: 9F, 90 and 4A. RGB value is (159,144,74). Sum of RGB (Red+Green+Blue) = 159+144+74=377 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.18% from 377); Green value is 144 (56.64% from 255 or 38.20% from 377); Blue value is 74 (29.30% from 255 or 19.63% from 377); Max value from RGB is 159 - color contains mainly: red. Hex color #9F904A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F904A is #606FB5. Grayscale: #8C8C8C. Windows color (decimal): -6320054 or 4886687. OLE color: 4886687.

HSL color Cylindrical-coordinate representation of color #9F904A: hue angle of 49.41º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9F904A is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 144 74 -
CMYK 0 0.09 0.53 0.38
HSL 49.41º 0.36% 0.46% -
HSV(B) 49.41º 0.53% 0.62% -
XYZ 25.51 27.81 10.5 -
YUV 140.51 90.47 141.19 -
System Red Green Blue C M Y K H S L
Decimal 159 144 74 0 0.09 0.53 0.38 49.41 0.36 0.46
Hex 9F 90 4A 0 9 35 26 31 24 2E
Octal 237 220 112 0 11 65 46 61 44 56
Binary 10011111 10010000 1001010 0 1001 110101 100110 110001 100100 101110

Color Harmonies of #9F904A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F904A

Black with #9F904A

Text Example


Text Example

White with #9F904A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,144,74); }

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

background-color css

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

 a { background-color: rgb(159,144,74); }

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

border-color css

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

 span { border-color: rgb(159,144,74); }

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