#9C8546

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

Shades of Luxor Gold #9C8546

Tints of Luxor Gold #9C8546

Color information

#9C8546 (or 0x9C8546) is unknown color: approx Luxor Gold. HEX triplet: 9C, 85 and 46. RGB value is (156,133,70). Sum of RGB (Red+Green+Blue) = 156+133+70=359 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.45% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 70 (27.73% from 255 or 19.50% from 359); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8546 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8546 is #637AB9. Grayscale: #848484. Windows color (decimal): -6519482 or 4621724. OLE color: 4621724.

HSL color Cylindrical-coordinate representation of color #9C8546: hue angle of 43.95º 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 #9C8546 is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB15613370-
CMYK00.150.550.39
HSL43.95º38.05%44.31%-
HSV(B)43.95º55.13%61.18%-
XYZ23.224.299.26-
YUV132.792.62144.62-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.45%
GREEN value IS 133 (52.34% from 255) = 37.05%
BLUE value IS 70 (27.73% from 255) = 19.50%
R=43.45%
G=37.05%
B=19.50%

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
Decimal1561337000.150.550.3943.9538.0544.31
Hex9C85460F37272c262c
Octal2342051060176747544654
Binary1001110010000101100011001111110111100111101100100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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