#9c8446

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

Shades of Luxor Gold #9C8446

Tints of Luxor Gold #9C8446

Color information

#9C8446 (or 0x9C8446) is unknown color: approx Luxor Gold. HEX triplet: 9C, 84 and 46. RGB value is (156,132,70). Sum of RGB (Red+Green+Blue) = 156+132+70=358 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.58% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 70 (27.73% from 255 or 19.55% from 358); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8446 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8446 is #637BB9. Grayscale: #848484. Windows color (decimal): -6519738 or 4621468. OLE color: 4621468.

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

Color convert

RGB15613270-
CMYK00.150.550.39
HSL43.26º38.05%44.31%-
HSV(B)43.26º55.13%61.18%-
XYZ23.0724.019.21-
YUV132.1192.95145.04-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.58%
GREEN value IS 132 (51.95% from 255) = 36.87%
BLUE value IS 70 (27.73% from 255) = 19.55%
R=43.58%
G=36.87%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561327000.150.550.3943.2638.0544.31
Hex9C84460F37272b262c
Octal2342041060176747534654
Binary1001110010000100100011001111110111100111101011100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c8446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,132,70); }

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

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

 a { background-color: rgb(156,132,70); }

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

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

 span { border-color: rgb(156,132,70); }

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