#9F8D4C

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

Shades of Luxor Gold #9F8D4C

Tints of Luxor Gold #9F8D4C

Color information

#9F8D4C (or 0x9F8D4C) is unknown color: approx Luxor Gold. HEX triplet: 9F, 8D and 4C. RGB value is (159,141,76). Sum of RGB (Red+Green+Blue) = 159+141+76=376 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.29% from 376); Green value is 141 (55.47% from 255 or 37.5% from 376); Blue value is 76 (30.08% from 255 or 20.21% from 376); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8D4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8D4C is #6072B3. Grayscale: #8B8B8B. Windows color (decimal): -6320820 or 5016991. OLE color: 5016991.

HSL color Cylindrical-coordinate representation of color #9F8D4C: hue angle of 46.99º 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 #9F8D4C is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.38.

Color convert

RGB15914176-
CMYK00.110.520.38
HSL46.99º35.32%46.08%-
HSV(B)46.99º52.2%62.35%-
XYZ25.1326.9410.71-
YUV138.9792.46142.29-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.29%
GREEN value IS 141 (55.47% from 255) = 37.5%
BLUE value IS 76 (30.08% from 255) = 20.21%
R=42.29%
G=37.5%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.52
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591417600.110.520.3846.9935.3246.08
Hex9F8D4C0B34262f232e
Octal2372151140136446574356
Binary1001111110001101100110001011110100100110101111100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,141,76); }

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

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

 a { background-color: rgb(159,141,76); }

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

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

 span { border-color: rgb(159,141,76); }

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