#965B4F

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

Shades of Copper Rust #965B4F

Tints of Copper Rust #965B4F

Color information

#965B4F (or 0x965B4F) is unknown color: approx Copper Rust. HEX triplet: 96, 5B and 4F. RGB value is (150,91,79). Sum of RGB (Red+Green+Blue) = 150+91+79=320 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.88% from 320); Green value is 91 (35.94% from 255 or 28.44% from 320); Blue value is 79 (31.25% from 255 or 24.69% from 320); Max value from RGB is 150 - color contains mainly: red. Hex color #965B4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965B4F is #69A4B0. Grayscale: #6B6B6B. Windows color (decimal): -6923441 or 5200790. OLE color: 5200790.

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

Color convert

RGB1509179-
CMYK00.390.470.41
HSL10.14º31%44.9%-
HSV(B)10.14º47.33%58.82%-
XYZ17.7314.539.27-
YUV107.27112.05158.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.88%
GREEN value IS 91 (35.94% from 255) = 28.44%
BLUE value IS 79 (31.25% from 255) = 24.69%
R=46.88%
G=28.44%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150917900.390.470.4110.143144.9
Hex965B4F0272F29a1f2d
Octal2261331170475751123755
Binary10010110101101110011110100111101111101001101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,91,79); }

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

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

 a { background-color: rgb(150,91,79); }

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

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

 span { border-color: rgb(150,91,79); }

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