#964F4E

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

Shades of Copper Rust #964F4E

Tints of Copper Rust #964F4E

Color information

#964F4E (or 0x964F4E) is unknown color: approx Copper Rust. HEX triplet: 96, 4F and 4E. RGB value is (150,79,78). Sum of RGB (Red+Green+Blue) = 150+79+78=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 79 (31.25% from 255 or 25.73% from 307); Blue value is 78 (30.86% from 255 or 25.41% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #964F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #964F4E is #69B0B1. Grayscale: #646464. Windows color (decimal): -6926514 or 5132182. OLE color: 5132182.

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

Color convert

RGB1507978-
CMYK00.470.480.41
HSL0.83º31.58%44.71%-
HSV(B)0.83º48%58.82%-
XYZ16.7512.638.76-
YUV100.12115.52163.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.86%
GREEN value IS 79 (31.25% from 255) = 25.73%
BLUE value IS 78 (30.86% from 255) = 25.41%
R=48.86%
G=25.73%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150797800.470.480.410.8331.5844.71
Hex964F4E02F30291202d
Octal226117116057605114055
Binary100101101001111100111001011111100001010011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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