#96534E

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

Shades of Copper Rust #96534E

Tints of Copper Rust #96534E

Color information

#96534E (or 0x96534E) is unknown color: approx Copper Rust. HEX triplet: 96, 53 and 4E. RGB value is (150,83,78). Sum of RGB (Red+Green+Blue) = 150+83+78=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 78 (30.86% from 255 or 25.08% from 311); Max value from RGB is 150 - color contains mainly: red. Hex color #96534E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96534E is #69ACB1. Grayscale: #666666. Windows color (decimal): -6925490 or 5133206. OLE color: 5133206.

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

Color convert

RGB1508378-
CMYK00.450.480.41
HSL4.17º31.58%44.71%-
HSV(B)4.17º48%58.82%-
XYZ17.0513.228.86-
YUV102.46114.2161.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.23%
GREEN value IS 83 (32.81% from 255) = 26.69%
BLUE value IS 78 (30.86% from 255) = 25.08%
R=48.23%
G=26.69%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150837800.450.480.414.1731.5844.71
Hex96534E02D30294202d
Octal226123116055605144055
Binary10010110101001110011100101101110000101001100100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96534E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96534E; }

 p { color: rgb(150,83,78); }

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

<style>
 a { background-color: #96534E; }

 a { background-color: rgb(150,83,78); }

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

<style>
 span { border-color: #96534E; }

 span { border-color: rgb(150,83,78); }

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