#96534F

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

Shades of Copper Rust #96534F

Tints of Copper Rust #96534F

Color information

#96534F (or 0x96534F) is unknown color: approx Copper Rust. HEX triplet: 96, 53 and 4F. RGB value is (150,83,79). Sum of RGB (Red+Green+Blue) = 150+83+79=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 79 (31.25% from 255 or 25.32% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #96534F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96534F is #69ACB0. Grayscale: #666666. Windows color (decimal): -6925489 or 5198742. OLE color: 5198742.

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

Color convert

RGB1508379-
CMYK00.450.470.41
HSL3.38º31%44.9%-
HSV(B)3.38º47.33%58.82%-
XYZ17.0813.249.05-
YUV102.58114.7161.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.08%
GREEN value IS 83 (32.81% from 255) = 26.60%
BLUE value IS 79 (31.25% from 255) = 25.32%
R=48.08%
G=26.60%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150837900.450.470.413.383144.9
Hex96534F02D2F2931f2d
Octal226123117055575133755
Binary100101101010011100111101011011011111010011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96534F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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