#965A4D

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

Shades of Copper Rust #965A4D

Tints of Copper Rust #965A4D

Color information

#965A4D (or 0x965A4D) is unknown color: approx Copper Rust. HEX triplet: 96, 5A and 4D. RGB value is (150,90,77). Sum of RGB (Red+Green+Blue) = 150+90+77=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #965A4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965A4D is #69A5B2. Grayscale: #6A6A6A. Windows color (decimal): -6923699 or 5069462. OLE color: 5069462.

HSL color Cylindrical-coordinate representation of color #965A4D: hue angle of 10.68º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #965A4D is Cyan = 0, Magento = 0.4, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB1509077-
CMYK00.40.490.41
HSL10.68º32.16%44.51%-
HSV(B)10.68º48.67%58.82%-
XYZ17.5714.338.86-
YUV106.46111.38159.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.32%
GREEN value IS 90 (35.55% from 255) = 28.39%
BLUE value IS 77 (30.47% from 255) = 24.29%
R=47.32%
G=28.39%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150907700.40.490.4110.6832.1644.51
Hex965A4D0283129b202d
Octal2261321150506151134055
Binary100101101011010100110101010001100011010011011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965A4D; }

 p { color: rgb(150,90,77); }

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

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

 a { background-color: rgb(150,90,77); }

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

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

 span { border-color: rgb(150,90,77); }

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