#96594c

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

Shades of Copper Rust #96594C

Tints of Copper Rust #96594C

Color information

#96594C (or 0x96594C) is unknown color: approx Copper Rust. HEX triplet: 96, 59 and 4C. RGB value is (150,89,76). Sum of RGB (Red+Green+Blue) = 150+89+76=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 76 (30.08% from 255 or 24.13% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #96594C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96594C is #69A6B3. Grayscale: #696969. Windows color (decimal): -6923956 or 5003670. OLE color: 5003670.

HSL color Cylindrical-coordinate representation of color #96594C: hue angle of 10.54º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #96594C is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB1508976-
CMYK00.410.490.41
HSL10.54º32.74%44.31%-
HSV(B)10.54º49.33%58.82%-
XYZ17.4514.158.65-
YUV105.76111.21159.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.62%
GREEN value IS 89 (35.16% from 255) = 28.25%
BLUE value IS 76 (30.08% from 255) = 24.13%
R=47.62%
G=28.25%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150897600.410.490.4110.5432.7444.31
Hex96594C0293129b212c
Octal2261311140516151134154
Binary100101101011001100110001010011100011010011011100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96594c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96594c; }

 p { color: rgb(150,89,76); }

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

<style>
 a { background-color: #96594c; }

 a { background-color: rgb(150,89,76); }

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

<style>
 span { border-color: #96594c; }

 span { border-color: rgb(150,89,76); }

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