#9C8843

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

Shades of Luxor Gold #9C8843

Tints of Luxor Gold #9C8843

Color information

#9C8843 (or 0x9C8843) is unknown color: approx Luxor Gold. HEX triplet: 9C, 88 and 43. RGB value is (156,136,67). Sum of RGB (Red+Green+Blue) = 156+136+67=359 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.45% from 359); Green value is 136 (53.52% from 255 or 37.88% from 359); Blue value is 67 (26.56% from 255 or 18.66% from 359); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8843 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8843 is #6377BC. Grayscale: #868686. Windows color (decimal): -6518717 or 4425884. OLE color: 4425884.

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

Color convert

RGB15613667-
CMYK00.130.570.39
HSL46.52º39.91%43.73%-
HSV(B)46.52º57.05%61.18%-
XYZ23.5325.088.91-
YUV134.1190.13143.61-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.45%
GREEN value IS 136 (53.52% from 255) = 37.88%
BLUE value IS 67 (26.56% from 255) = 18.66%
R=43.45%
G=37.88%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.57
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561366700.130.570.3946.5239.9143.73
Hex9C88430D39272f282c
Octal2342101030157147575054
Binary1001110010001000100001101101111001100111101111101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,136,67); }

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

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

 a { background-color: rgb(156,136,67); }

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

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

 span { border-color: rgb(156,136,67); }

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