#965346

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

Shades of Copper Rust #965346

Tints of Copper Rust #965346

Color information

#965346 (or 0x965346) is unknown color: approx Copper Rust. HEX triplet: 96, 53 and 46. RGB value is (150,83,70). Sum of RGB (Red+Green+Blue) = 150+83+70=303 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.50% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 70 (27.73% from 255 or 23.10% from 303); Max value from RGB is 150 - color contains mainly: red. Hex color #965346 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965346 is #69ACB9. Grayscale: #656565. Windows color (decimal): -6925498 or 4608918. OLE color: 4608918.

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

Color convert

RGB1508370-
CMYK00.450.530.41
HSL9.75º36.36%43.14%-
HSV(B)9.75º53.33%58.82%-
XYZ16.7813.117.44-
YUV101.55110.2162.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.50%
GREEN value IS 83 (32.81% from 255) = 27.39%
BLUE value IS 70 (27.73% from 255) = 23.10%
R=49.50%
G=27.39%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.53
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150837000.450.530.419.7536.3643.14
Hex96534602D3529a242b
Octal2261231060556551124453
Binary100101101010011100011001011011101011010011010100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965346; }

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

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

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

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

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

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

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

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