Html Css Color HEX #9F914D Luxor Gold

📋 copy color: '#9F914D'

red 159 ◦ green 145 ◦ blue 77

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

Shades of Luxor Gold #9F914D

Tints of Luxor Gold #9F914D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.06%

 BLUE value IS 77 (30.47% from 255) = 20.21%

R = 41.73%
G = 38.06%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.52

 K value IS 0.38

RGB Variations

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

Color information

#9F914D (or 0x9F914D) is known color: Luxor Gold. HEX triplet: 9F, 91 and 4D. RGB value is (159,145,77). Sum of RGB (Red+Green+Blue) = 159+145+77=381 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.73% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 159 - color contains mainly: red. Hex color #9F914D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F914D is #606EB2. Grayscale: #8D8D8D. Windows color (decimal): -6319795 or 5083551. OLE color: 5083551.

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

Color convert

RGB 159 145 77 -
CMYK 0 0.09 0.52 0.38
HSL 49.76º 0.35% 0.46% -
HSV(B) 49.76º 0.52% 0.62% -
XYZ 25.76 28.16 11.1 -
YUV 141.43 91.64 140.53 -
System Red Green Blue C M Y K H S L
Decimal 159 145 77 0 0.09 0.52 0.38 49.76 0.35 0.46
Hex 9F 91 4D 0 9 34 26 32 23 2E
Octal 237 221 115 0 11 64 46 62 43 56
Binary 10011111 10010001 1001101 0 1001 110100 100110 110010 100011 101110

Color Harmonies of #9F914D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F914D

Black with #9F914D

Text Example


Text Example

White with #9F914D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,145,77); }

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

background-color css

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

 a { background-color: rgb(159,145,77); }

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

border-color css

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

 span { border-color: rgb(159,145,77); }

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