#965446

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

Shades of Copper Rust #965446

Tints of Copper Rust #965446

Color information

#965446 (or 0x965446) is unknown color: approx Copper Rust. HEX triplet: 96, 54 and 46. RGB value is (150,84,70). Sum of RGB (Red+Green+Blue) = 150+84+70=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 84 (33.20% from 255 or 27.63% from 304); Blue value is 70 (27.73% from 255 or 23.03% from 304); Max value from RGB is 150 - color contains mainly: red. Hex color #965446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965446 is #69ABB9. Grayscale: #666666. Windows color (decimal): -6925242 or 4609174. OLE color: 4609174.

HSL color Cylindrical-coordinate representation of color #965446: hue angle of 10.5º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #965446 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.41.

Color convert

RGB1508470-
CMYK00.440.530.41
HSL10.5º36.36%43.14%-
HSV(B)10.5º53.33%58.82%-
XYZ16.8513.277.47-
YUV102.14109.87162.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.34%
GREEN value IS 84 (33.20% from 255) = 27.63%
BLUE value IS 70 (27.73% from 255) = 23.03%
R=49.34%
G=27.63%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.53
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150847000.440.530.4110.536.3643.14
Hex96544602C3529b242b
Octal2261241060546551134453
Binary100101101010100100011001011001101011010011011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965446; }

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

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

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

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

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

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

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

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