#96514E

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

Shades of Copper Rust #96514E

Tints of Copper Rust #96514E

Color information

#96514E (or 0x96514E) is unknown color: approx Copper Rust. HEX triplet: 96, 51 and 4E. RGB value is (150,81,78). Sum of RGB (Red+Green+Blue) = 150+81+78=309 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.54% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 78 (30.86% from 255 or 25.24% from 309); Max value from RGB is 150 - color contains mainly: red. Hex color #96514E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96514E is #69AEB1. Grayscale: #656565. Windows color (decimal): -6926002 or 5132694. OLE color: 5132694.

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

Color convert

RGB1508178-
CMYK00.460.480.41
HSL2.5º31.58%44.71%-
HSV(B)2.5º48%58.82%-
XYZ16.912.928.81-
YUV101.29114.86162.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.54%
GREEN value IS 81 (32.03% from 255) = 26.21%
BLUE value IS 78 (30.86% from 255) = 25.24%
R=48.54%
G=26.21%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150817800.460.480.412.531.5844.71
Hex96514E02E30293202d
Octal226121116056605134055
Binary1001011010100011001110010111011000010100111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96514E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96514E; }

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

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

<style>
 a { background-color: #96514E; }

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

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

<style>
 span { border-color: #96514E; }

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

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