#9E8946

Color #9E8946 Luxor Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Luxor Gold #9E8946

Tints of Luxor Gold #9E8946

Color information

#9E8946 (or 0x9E8946) is unknown color: approx Luxor Gold. HEX triplet: 9E, 89 and 46. RGB value is (158,137,70). Sum of RGB (Red+Green+Blue) = 158+137+70=365 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.29% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8946 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E8946 is #6176B9. Grayscale: #878787. Windows color (decimal): -6387386 or 4622750. OLE color: 4622750.

HSL color Cylindrical-coordinate representation of color #9E8946: hue angle of 45.68º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9E8946 is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.38.

Color convert

RGB15813770-
CMYK00.130.560.38
HSL45.68º38.6%44.71%-
HSV(B)45.68º55.7%61.96%-
XYZ24.1525.69.46-
YUV135.6490.96143.95-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.29%
GREEN value IS 137 (53.91% from 255) = 37.53%
BLUE value IS 70 (27.73% from 255) = 19.18%
R=43.29%
G=37.53%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.56
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581377000.130.560.3845.6838.644.71
Hex9E89460D38262e272d
Octal2362111060157046564755
Binary1001111010001001100011001101111000100110101110100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,137,70); }

 H1.HeaderClassName
 {
   color: #9E8946;
 }
 .AnyTagClassName
 {
   color: #9E8946;
 }
</style>
background-color css

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

 a { background-color: rgb(158,137,70); }

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

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

 span { border-color: rgb(158,137,70); }

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