#9C8740

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

Shades of Luxor Gold #9C8740

Tints of Luxor Gold #9C8740

Color information

#9C8740 (or 0x9C8740) is unknown color: approx Luxor Gold. HEX triplet: 9C, 87 and 40. RGB value is (156,135,64). Sum of RGB (Red+Green+Blue) = 156+135+64=355 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.94% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8740 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8740 is #6378BF. Grayscale: #858585. Windows color (decimal): -6518976 or 4229020. OLE color: 4229020.

HSL color Cylindrical-coordinate representation of color #9C8740: hue angle of 46.3º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9C8740 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.39.

Color convert

RGB15613564-
CMYK00.130.590.39
HSL46.3º41.82%43.14%-
HSV(B)46.3º58.97%61.18%-
XYZ23.324.778.4-
YUV133.1888.96144.27-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.94%
GREEN value IS 135 (53.12% from 255) = 38.03%
BLUE value IS 64 (25.39% from 255) = 18.03%
R=43.94%
G=38.03%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.59
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561356400.130.590.3946.341.8243.14
Hex9C87400D3B272e2a2b
Octal2342071000157347565253
Binary1001110010000111100000001101111011100111101110101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,135,64); }

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

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

 a { background-color: rgb(156,135,64); }

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

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

 span { border-color: rgb(156,135,64); }

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