#965646

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

Shades of Copper Rust #965646

Tints of Copper Rust #965646

Color information

#965646 (or 0x965646) is unknown color: approx Copper Rust. HEX triplet: 96, 56 and 46. RGB value is (150,86,70). Sum of RGB (Red+Green+Blue) = 150+86+70=306 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.02% from 306); Green value is 86 (33.98% from 255 or 28.10% from 306); Blue value is 70 (27.73% from 255 or 22.88% from 306); Max value from RGB is 150 - color contains mainly: red. Hex color #965646 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965646 is #69A9B9. Grayscale: #676767. Windows color (decimal): -6924730 or 4609686. OLE color: 4609686.

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

Color convert

RGB1508670-
CMYK00.430.530.41
HSL12º36.36%43.14%-
HSV(B)12º53.33%58.82%-
XYZ17.0113.587.52-
YUV103.31109.2161.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.02%
GREEN value IS 86 (33.98% from 255) = 28.10%
BLUE value IS 70 (27.73% from 255) = 22.88%
R=49.02%
G=28.10%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.53
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150867000.430.530.411236.3643.14
Hex96564602B3529c242b
Octal2261261060536551144453
Binary100101101010110100011001010111101011010011100100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965646; }

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

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

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

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

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

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

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

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