#965350

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

Shades of Copper Rust #965350

Tints of Copper Rust #965350

Color information

#965350 (or 0x965350) is unknown color: approx Copper Rust. HEX triplet: 96, 53 and 50. RGB value is (150,83,80). Sum of RGB (Red+Green+Blue) = 150+83+80=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 150 - color contains mainly: red. Hex color #965350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965350 is #69ACAF. Grayscale: #666666. Windows color (decimal): -6925488 or 5264278. OLE color: 5264278.

HSL color Cylindrical-coordinate representation of color #965350: hue angle of 2.57º degrees, saturation: 0.3, 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 #965350 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB1508380-
CMYK00.450.470.41
HSL2.57º30.43%45.1%-
HSV(B)2.57º46.67%58.82%-
XYZ17.1213.259.24-
YUV102.69115.2161.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.92%
GREEN value IS 83 (32.81% from 255) = 26.52%
BLUE value IS 80 (31.64% from 255) = 25.56%
R=47.92%
G=26.52%
B=25.56%

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
Decimal150838000.450.470.412.5730.4345.1
Hex96535002D2F2931e2d
Octal226123120055575133655
Binary100101101010011101000001011011011111010011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965350; }

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

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

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

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

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

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

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

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