#965A4A

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

Shades of Copper Rust #965A4A

Tints of Copper Rust #965A4A

Color information

#965A4A (or 0x965A4A) is unknown color: approx Copper Rust. HEX triplet: 96, 5A and 4A. RGB value is (150,90,74). Sum of RGB (Red+Green+Blue) = 150+90+74=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 150 - color contains mainly: red. Hex color #965A4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965A4A is #69A5B5. Grayscale: #6A6A6A. Windows color (decimal): -6923702 or 4872854. OLE color: 4872854.

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

Color convert

RGB1509074-
CMYK00.40.510.41
HSL12.63º33.93%43.92%-
HSV(B)12.63º50.67%58.82%-
XYZ17.4714.298.32-
YUV106.12109.88159.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.77%
GREEN value IS 90 (35.55% from 255) = 28.66%
BLUE value IS 74 (29.30% from 255) = 23.57%
R=47.77%
G=28.66%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150907400.40.510.4112.6333.9343.92
Hex965A4A0283329d222c
Octal2261321120506351154254
Binary100101101011010100101001010001100111010011101100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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