#9C863F

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

Shades of Luxor Gold #9C863F

Tints of Luxor Gold #9C863F

Color information

#9C863F (or 0x9C863F) is unknown color: approx Luxor Gold. HEX triplet: 9C, 86 and 3F. RGB value is (156,134,63). Sum of RGB (Red+Green+Blue) = 156+134+63=353 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.19% from 353); Green value is 134 (52.73% from 255 or 37.96% from 353); Blue value is 63 (25% from 255 or 17.85% from 353); Max value from RGB is 156 - color contains mainly: red. Hex color #9C863F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C863F is #6379C0. Grayscale: #848484. Windows color (decimal): -6519233 or 4163228. OLE color: 4163228.

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

Color convert

RGB15613463-
CMYK00.140.600.39
HSL45.81º42.47%42.94%-
HSV(B)45.81º59.62%61.18%-
XYZ23.1324.488.21-
YUV132.4888.79144.77-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.19%
GREEN value IS 134 (52.73% from 255) = 37.96%
BLUE value IS 63 (25% from 255) = 17.85%
R=44.19%
G=37.96%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.60
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561346300.140.600.3945.8142.4742.94
Hex9C863F0E3C272e2a2b
Octal234206770167447565253
Binary100111001000011011111101110111100100111101110101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C863F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,134,63); }

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

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

 a { background-color: rgb(156,134,63); }

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

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

 span { border-color: rgb(156,134,63); }

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