#9A5647

Color #9A5647 Copper Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Copper Rust #9A5647

Tints of Copper Rust #9A5647

Color information

#9A5647 (or 0x9A5647) is unknown color: approx Copper Rust. HEX triplet: 9A, 56 and 47. RGB value is (154,86,71). Sum of RGB (Red+Green+Blue) = 154+86+71=311 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.52% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 71 (28.12% from 255 or 22.83% from 311); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5647 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5647 is #65A9B8. Grayscale: #686868. Windows color (decimal): -6662585 or 4675226. OLE color: 4675226.

HSL color Cylindrical-coordinate representation of color #9A5647: hue angle of 10.84º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9A5647 is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.40.

Color convert

RGB1548671-
CMYK00.440.540.40
HSL10.84º36.89%44.12%-
HSV(B)10.84º53.9%60.39%-
XYZ17.7913.987.72-
YUV104.62109.03163.22-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 49.52%
GREEN value IS 86 (33.98% from 255) = 27.65%
BLUE value IS 71 (28.12% from 255) = 22.83%
R=49.52%
G=27.65%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.54
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154867100.440.540.4010.8436.8944.12
Hex9A564702C3628b252c
Octal2321261070546650134554
Binary100110101010110100011101011001101101010001011100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,86,71); }

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

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

 a { background-color: rgb(154,86,71); }

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

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

 span { border-color: rgb(154,86,71); }

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