#9C8847

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

Shades of Luxor Gold #9C8847

Tints of Luxor Gold #9C8847

Color information

#9C8847 (or 0x9C8847) is unknown color: approx Luxor Gold. HEX triplet: 9C, 88 and 47. RGB value is (156,136,71). Sum of RGB (Red+Green+Blue) = 156+136+71=363 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.98% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 71 (28.12% from 255 or 19.56% from 363); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8847 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8847 is #6377B8. Grayscale: #868686. Windows color (decimal): -6518713 or 4688028. OLE color: 4688028.

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

Color convert

RGB15613671-
CMYK00.130.540.39
HSL45.88º37.44%44.51%-
HSV(B)45.88º54.49%61.18%-
XYZ23.6525.139.57-
YUV134.5792.13143.29-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.98%
GREEN value IS 136 (53.52% from 255) = 37.47%
BLUE value IS 71 (28.12% from 255) = 19.56%
R=42.98%
G=37.47%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.54
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561367100.130.540.3945.8837.4444.51
Hex9C88470D36272e252d
Octal2342101070156647564555
Binary1001110010001000100011101101110110100111101110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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