#965A4F

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

Shades of Copper Rust #965A4F

Tints of Copper Rust #965A4F

Color information

#965A4F (or 0x965A4F) is unknown color: approx Copper Rust. HEX triplet: 96, 5A and 4F. RGB value is (150,90,79). Sum of RGB (Red+Green+Blue) = 150+90+79=319 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.02% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 79 (31.25% from 255 or 24.76% from 319); Max value from RGB is 150 - color contains mainly: red. Hex color #965A4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965A4F is #69A5B0. Grayscale: #6A6A6A. Windows color (decimal): -6923697 or 5200534. OLE color: 5200534.

HSL color Cylindrical-coordinate representation of color #965A4F: hue angle of 9.3º 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 #965A4F is Cyan = 0, Magento = 0.4, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB1509079-
CMYK00.40.470.41
HSL9.3º31%44.9%-
HSV(B)9.3º47.33%58.82%-
XYZ17.6514.369.24-
YUV106.69112.38158.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.02%
GREEN value IS 90 (35.55% from 255) = 28.21%
BLUE value IS 79 (31.25% from 255) = 24.76%
R=47.02%
G=28.21%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150907900.40.470.419.33144.9
Hex965A4F0282F2991f2d
Octal2261321170505751113755
Binary10010110101101010011110101000101111101001100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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