#96554D

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

Shades of Copper Rust #96554D

Tints of Copper Rust #96554D

Color information

#96554D (or 0x96554D) is unknown color: approx Copper Rust. HEX triplet: 96, 55 and 4D. RGB value is (150,85,77). Sum of RGB (Red+Green+Blue) = 150+85+77=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 77 (30.47% from 255 or 24.68% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #96554D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96554D is #69AAB2. Grayscale: #676767. Windows color (decimal): -6924979 or 5068182. OLE color: 5068182.

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

Color convert

RGB1508577-
CMYK00.430.490.41
HSL6.58º32.16%44.51%-
HSV(B)6.58º48.67%58.82%-
XYZ17.1713.528.73-
YUV103.52113.03161.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.08%
GREEN value IS 85 (33.59% from 255) = 27.24%
BLUE value IS 77 (30.47% from 255) = 24.68%
R=48.08%
G=27.24%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150857700.430.490.416.5832.1644.51
Hex96554D02B31297202d
Octal226125115053615174055
Binary10010110101010110011010101011110001101001111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96554D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96554D; }

 p { color: rgb(150,85,77); }

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

<style>
 a { background-color: #96554D; }

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

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

<style>
 span { border-color: #96554D; }

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

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