#9F843F

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

Shades of Luxor Gold #9F843F

Tints of Luxor Gold #9F843F

Color information

#9F843F (or 0x9F843F) is unknown color: approx Luxor Gold. HEX triplet: 9F, 84 and 3F. RGB value is (159,132,63). Sum of RGB (Red+Green+Blue) = 159+132+63=354 (46% of max value = 765). Red value is 159 (62.5% from 255 or 44.92% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 63 (25% from 255 or 17.80% from 354); Max value from RGB is 159 - color contains mainly: red. Hex color #9F843F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F843F is #607BC0. Grayscale: #848484. Windows color (decimal): -6323137 or 4162719. OLE color: 4162719.

HSL color Cylindrical-coordinate representation of color #9F843F: hue angle of 43.13º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9F843F is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.38.

Color convert

RGB15913263-
CMYK00.170.600.38
HSL43.13º43.24%43.53%-
HSV(B)43.13º60.38%62.35%-
XYZ23.4524.238.14-
YUV132.2188.95147.11-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.92%
GREEN value IS 132 (51.95% from 255) = 37.29%
BLUE value IS 63 (25% from 255) = 17.80%
R=44.92%
G=37.29%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.60
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591326300.170.600.3843.1343.2443.53
Hex9F843F0113C262b2b2c
Octal237204770217446535354
Binary1001111110000100111111010001111100100110101011101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F843F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,132,63); }

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

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

 a { background-color: rgb(159,132,63); }

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

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

 span { border-color: rgb(159,132,63); }

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