#96574D

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

Shades of Copper Rust #96574D

Tints of Copper Rust #96574D

Color information

#96574D (or 0x96574D) is unknown color: approx Copper Rust. HEX triplet: 96, 57 and 4D. RGB value is (150,87,77). Sum of RGB (Red+Green+Blue) = 150+87+77=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 87 (34.38% from 255 or 27.71% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 150 - color contains mainly: red. Hex color #96574D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96574D is #69A8B2. Grayscale: #686868. Windows color (decimal): -6924467 or 5068694. OLE color: 5068694.

HSL color Cylindrical-coordinate representation of color #96574D: hue angle of 8.22º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #96574D is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB1508777-
CMYK00.420.490.41
HSL8.22º32.16%44.51%-
HSV(B)8.22º48.67%58.82%-
XYZ17.3313.848.78-
YUV104.7112.37160.31-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.77%
GREEN value IS 87 (34.38% from 255) = 27.71%
BLUE value IS 77 (30.47% from 255) = 24.52%
R=47.77%
G=27.71%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150877700.420.490.418.2232.1644.51
Hex96574D02A31298202d
Octal2261271150526151104055
Binary100101101010111100110101010101100011010011000100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96574D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96574D; }

 p { color: rgb(150,87,77); }

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

<style>
 a { background-color: #96574D; }

 a { background-color: rgb(150,87,77); }

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

<style>
 span { border-color: #96574D; }

 span { border-color: rgb(150,87,77); }

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