#9A5656

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

Shades of Copper Rust #9A5656

Tints of Copper Rust #9A5656

Color information

#9A5656 (or 0x9A5656) is unknown color: approx Copper Rust. HEX triplet: 9A, 56 and 56. RGB value is (154,86,86). Sum of RGB (Red+Green+Blue) = 154+86+86=326 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.24% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 86 (33.98% from 255 or 26.38% from 326); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5656 is #65A9A9. Grayscale: #6A6A6A. Windows color (decimal): -6662570 or 5658266. OLE color: 5658266.

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

Color convert

RGB1548686-
CMYK00.440.440.40
HSL28.33%47.06%-
HSV(B)44.16%60.39%-
XYZ18.3314.210.58-
YUV106.33116.53162-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 47.24%
GREEN value IS 86 (33.98% from 255) = 26.38%
BLUE value IS 86 (33.98% from 255) = 26.38%
R=47.24%
G=26.38%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154868600.440.440.40028.3347.06
Hex9A565602C2C2801c2f
Octal232126126054545003457
Binary10011010101011010101100101100101100101000011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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