#965146

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

Shades of Copper Rust #965146

Tints of Copper Rust #965146

Color information

#965146 (or 0x965146) is unknown color: approx Copper Rust. HEX triplet: 96, 51 and 46. RGB value is (150,81,70). Sum of RGB (Red+Green+Blue) = 150+81+70=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 70 (27.73% from 255 or 23.26% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #965146 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965146 is #69AEB9. Grayscale: #646464. Windows color (decimal): -6926010 or 4608406. OLE color: 4608406.

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

Color convert

RGB1508170-
CMYK00.460.530.41
HSL8.25º36.36%43.14%-
HSV(B)8.25º53.33%58.82%-
XYZ16.6312.817.39-
YUV100.38110.86163.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.83%
GREEN value IS 81 (32.03% from 255) = 26.91%
BLUE value IS 70 (27.73% from 255) = 23.26%
R=49.83%
G=26.91%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150817000.460.530.418.2536.3643.14
Hex96514602E35298242b
Octal2261211060566551104453
Binary100101101010001100011001011101101011010011000100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965146; }

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

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

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

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

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

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

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

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