#9F863F

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

Shades of Luxor Gold #9F863F

Tints of Luxor Gold #9F863F

Color information

#9F863F (or 0x9F863F) is unknown color: approx Luxor Gold. HEX triplet: 9F, 86 and 3F. RGB value is (159,134,63). Sum of RGB (Red+Green+Blue) = 159+134+63=356 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.66% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 63 (25% from 255 or 17.70% from 356); Max value from RGB is 159 - color contains mainly: red. Hex color #9F863F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F863F is #6079C0. Grayscale: #858585. Windows color (decimal): -6322625 or 4163231. OLE color: 4163231.

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

Color convert

RGB15913463-
CMYK00.160.600.38
HSL44.38º43.24%43.53%-
HSV(B)44.38º60.38%62.35%-
XYZ23.7224.788.24-
YUV133.3888.28146.27-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.66%
GREEN value IS 134 (52.73% from 255) = 37.64%
BLUE value IS 63 (25% from 255) = 17.70%
R=44.66%
G=37.64%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.60
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591346300.160.600.3844.3843.2443.53
Hex9F863F0103C262c2b2c
Octal237206770207446545354
Binary1001111110000110111111010000111100100110101100101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F863F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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