#96584C

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

Shades of Copper Rust #96584C

Tints of Copper Rust #96584C

Color information

#96584C (or 0x96584C) is unknown color: approx Copper Rust. HEX triplet: 96, 58 and 4C. RGB value is (150,88,76). Sum of RGB (Red+Green+Blue) = 150+88+76=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 76 (30.08% from 255 or 24.20% from 314); Max value from RGB is 150 - color contains mainly: red. Hex color #96584C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96584C is #69A7B3. Grayscale: #696969. Windows color (decimal): -6924212 or 5003414. OLE color: 5003414.

HSL color Cylindrical-coordinate representation of color #96584C: hue angle of 9.73º 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 #96584C is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB1508876-
CMYK00.410.490.41
HSL9.73º32.74%44.31%-
HSV(B)9.73º49.33%58.82%-
XYZ17.3713.998.62-
YUV105.17111.54159.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.77%
GREEN value IS 88 (34.77% from 255) = 28.03%
BLUE value IS 76 (30.08% from 255) = 24.20%
R=47.77%
G=28.03%
B=24.20%

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
Decimal150887600.410.490.419.7332.7444.31
Hex96584C0293129a212c
Octal2261301140516151124154
Binary100101101011000100110001010011100011010011010100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96584C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96584C; }

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

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

<style>
 a { background-color: #96584C; }

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

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

<style>
 span { border-color: #96584C; }

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

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