#965450

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

Shades of Copper Rust #965450

Tints of Copper Rust #965450

Color information

#965450 (or 0x965450) is unknown color: approx Copper Rust. HEX triplet: 96, 54 and 50. RGB value is (150,84,80). Sum of RGB (Red+Green+Blue) = 150+84+80=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 150 - color contains mainly: red. Hex color #965450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965450 is #69ABAF. Grayscale: #676767. Windows color (decimal): -6925232 or 5264534. OLE color: 5264534.

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

Color convert

RGB1508480-
CMYK00.440.470.41
HSL3.43º30.43%45.1%-
HSV(B)3.43º46.67%58.82%-
XYZ17.213.49.27-
YUV103.28114.87161.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.77%
GREEN value IS 84 (33.20% from 255) = 26.75%
BLUE value IS 80 (31.64% from 255) = 25.48%
R=47.77%
G=26.75%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150848000.440.470.413.4330.4345.1
Hex96545002C2F2931e2d
Octal226124120054575133655
Binary100101101010100101000001011001011111010011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965450; }

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

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

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

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

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

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

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

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