#965A4B

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

Shades of Copper Rust #965A4B

Tints of Copper Rust #965A4B

Color information

#965A4B (or 0x965A4B) is unknown color: approx Copper Rust. HEX triplet: 96, 5A and 4B. RGB value is (150,90,75). Sum of RGB (Red+Green+Blue) = 150+90+75=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #965A4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965A4B is #69A5B4. Grayscale: #6A6A6A. Windows color (decimal): -6923701 or 4938390. OLE color: 4938390.

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

Color convert

RGB1509075-
CMYK00.40.50.41
HSL12º33.33%44.12%-
HSV(B)12º50%58.82%-
XYZ17.514.38.5-
YUV106.23110.38159.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.62%
GREEN value IS 90 (35.55% from 255) = 28.57%
BLUE value IS 75 (29.69% from 255) = 23.81%
R=47.62%
G=28.57%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.5
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150907500.40.50.411233.3344.12
Hex965A4B0283229c212c
Octal2261321130506251144154
Binary100101101011010100101101010001100101010011100100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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