#96574E

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

Shades of Copper Rust #96574E

Tints of Copper Rust #96574E

Color information

#96574E (or 0x96574E) is unknown color: approx Copper Rust. HEX triplet: 96, 57 and 4E. RGB value is (150,87,78). Sum of RGB (Red+Green+Blue) = 150+87+78=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #96574E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96574E is #69A8B1. Grayscale: #686868. Windows color (decimal): -6924466 or 5134230. OLE color: 5134230.

HSL color Cylindrical-coordinate representation of color #96574E: hue angle of 7.5º 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 #96574E is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB1508778-
CMYK00.420.480.41
HSL7.5º31.58%44.71%-
HSV(B)7.5º48%58.82%-
XYZ17.3613.858.97-
YUV104.81112.87160.23-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.62%
GREEN value IS 87 (34.38% from 255) = 27.62%
BLUE value IS 78 (30.86% from 255) = 24.76%
R=47.62%
G=27.62%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150877800.420.480.417.531.5844.71
Hex96574E02A30298202d
Octal2261271160526051104055
Binary100101101010111100111001010101100001010011000100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96574E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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