#96554F

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

Shades of Copper Rust #96554F

Tints of Copper Rust #96554F

Color information

#96554F (or 0x96554F) is unknown color: approx Copper Rust. HEX triplet: 96, 55 and 4F. RGB value is (150,85,79). Sum of RGB (Red+Green+Blue) = 150+85+79=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 79 (31.25% from 255 or 25.16% from 314); Max value from RGB is 150 - color contains mainly: red. Hex color #96554F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96554F is #69AAB0. Grayscale: #676767. Windows color (decimal): -6924977 or 5199254. OLE color: 5199254.

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

Color convert

RGB1508579-
CMYK00.430.470.41
HSL5.07º31%44.9%-
HSV(B)5.07º47.33%58.82%-
XYZ17.2413.559.1-
YUV103.75114.03160.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.77%
GREEN value IS 85 (33.59% from 255) = 27.07%
BLUE value IS 79 (31.25% from 255) = 25.16%
R=47.77%
G=27.07%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150857900.430.470.415.073144.9
Hex96554F02B2F2951f2d
Octal226125117053575153755
Binary1001011010101011001111010101110111110100110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96554F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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