#9B5649

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

Shades of Copper Rust #9B5649

Tints of Copper Rust #9B5649

Color information

#9B5649 (or 0x9B5649) is unknown color: approx Copper Rust. HEX triplet: 9B, 56 and 49. RGB value is (155,86,73). Sum of RGB (Red+Green+Blue) = 155+86+73=314 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.36% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 73 (28.91% from 255 or 23.25% from 314); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5649 is #64A9B6. Grayscale: #696969. Windows color (decimal): -6597047 or 4806299. OLE color: 4806299.

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

Color convert

RGB1558673-
CMYK00.450.530.39
HSL9.51º35.96%44.71%-
HSV(B)9.51º52.9%60.78%-
XYZ18.0514.118.07-
YUV105.15109.86163.56-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.36%
GREEN value IS 86 (33.98% from 255) = 27.39%
BLUE value IS 73 (28.91% from 255) = 23.25%
R=49.36%
G=27.39%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.53
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155867300.450.530.399.5135.9644.71
Hex9B564902D3527a242d
Octal2331261110556547124455
Binary100110111010110100100101011011101011001111010100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,86,73); }

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

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

 a { background-color: rgb(155,86,73); }

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

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

 span { border-color: rgb(155,86,73); }

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