#9B8647

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

Shades of Luxor Gold #9B8647

Tints of Luxor Gold #9B8647

Color information

#9B8647 (or 0x9B8647) is unknown color: approx Luxor Gold. HEX triplet: 9B, 86 and 47. RGB value is (155,134,71). Sum of RGB (Red+Green+Blue) = 155+134+71=360 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.06% from 360); Green value is 134 (52.73% from 255 or 37.22% from 360); Blue value is 71 (28.12% from 255 or 19.72% from 360); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8647 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8647 is #6479B8. Grayscale: #858585. Windows color (decimal): -6584761 or 4687515. OLE color: 4687515.

HSL color Cylindrical-coordinate representation of color #9B8647: hue angle of 45º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9B8647 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.39.

Color convert

RGB15513471-
CMYK00.140.540.39
HSL45º37.17%44.31%-
HSV(B)45º54.19%60.78%-
XYZ23.1824.479.46-
YUV133.192.96143.62-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.06%
GREEN value IS 134 (52.73% from 255) = 37.22%
BLUE value IS 71 (28.12% from 255) = 19.72%
R=43.06%
G=37.22%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.54
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551347100.140.540.394537.1744.31
Hex9B86470E36272d252c
Octal2332061070166647554554
Binary1001101110000110100011101110110110100111101101100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,134,71); }

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

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

 a { background-color: rgb(155,134,71); }

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

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

 span { border-color: rgb(155,134,71); }

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