#964E4E

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

Shades of Copper Rust #964E4E

Tints of Copper Rust #964E4E

Color information

#964E4E (or 0x964E4E) is unknown color: approx Copper Rust. HEX triplet: 96, 4E and 4E. RGB value is (150,78,78). Sum of RGB (Red+Green+Blue) = 150+78+78=306 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.02% from 306); Green value is 78 (30.86% from 255 or 25.49% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 150 - color contains mainly: red. Hex color #964E4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #964E4E is #69B1B1. Grayscale: #636363. Windows color (decimal): -6926770 or 5131926. OLE color: 5131926.

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

Color convert

RGB1507878-
CMYK00.480.480.41
HSL31.58%44.71%-
HSV(B)48%58.82%-
XYZ16.6812.488.74-
YUV99.53115.85164-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.02%
GREEN value IS 78 (30.86% from 255) = 25.49%
BLUE value IS 78 (30.86% from 255) = 25.49%
R=49.02%
G=25.49%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150787800.480.480.41031.5844.71
Hex964E4E03030290202d
Octal226116116060605104055
Binary100101101001110100111001100001100001010010100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964E4E; }

 p { color: rgb(150,78,78); }

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

<style>
 a { background-color: #964E4E; }

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

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

<style>
 span { border-color: #964E4E; }

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

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