#9C8040

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

Shades of Luxor Gold #9C8040

Tints of Luxor Gold #9C8040

Color information

#9C8040 (or 0x9C8040) is unknown color: approx Luxor Gold. HEX triplet: 9C, 80 and 40. RGB value is (156,128,64). Sum of RGB (Red+Green+Blue) = 156+128+64=348 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.83% from 348); Green value is 128 (50.39% from 255 or 36.78% from 348); Blue value is 64 (25.39% from 255 or 18.39% from 348); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8040 is #637FBF. Grayscale: #818181. Windows color (decimal): -6520768 or 4227228. OLE color: 4227228.

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

Color convert

RGB15612864-
CMYK00.180.590.39
HSL41.74º41.82%43.14%-
HSV(B)41.74º58.97%61.18%-
XYZ22.3522.888.09-
YUV129.0891.28147.2-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.83%
GREEN value IS 128 (50.39% from 255) = 36.78%
BLUE value IS 64 (25.39% from 255) = 18.39%
R=44.83%
G=36.78%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.59
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561286400.180.590.3941.7441.8243.14
Hex9C80400123B272a2a2b
Octal2342001000227347525253
Binary10011100100000001000000010010111011100111101010101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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