#905951

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

Shades of Copper Rust #905951

Tints of Copper Rust #905951

Color information

#905951 (or 0x905951) is unknown color: approx Copper Rust. HEX triplet: 90, 59 and 51. RGB value is (144,89,81). Sum of RGB (Red+Green+Blue) = 144+89+81=314 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.86% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 81 (32.03% from 255 or 25.80% from 314); Max value from RGB is 144 - color contains mainly: red. Hex color #905951 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905951 is #6FA6AE. Grayscale: #686868. Windows color (decimal): -7317167 or 5331344. OLE color: 5331344.

HSL color Cylindrical-coordinate representation of color #905951: hue angle of 7.62º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #905951 is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB1448981-
CMYK00.380.440.44
HSL7.62º28%44.12%-
HSV(B)7.62º43.75%56.47%-
XYZ16.5613.679.55-
YUV104.53114.72156.15-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.86%
GREEN value IS 89 (35.16% from 255) = 28.34%
BLUE value IS 81 (32.03% from 255) = 25.80%
R=45.86%
G=28.34%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144898100.380.440.447.622844.12
Hex9059510262C2C81c2c
Octal2201311210465454103454
Binary10010000101100110100010100110101100101100100011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905951; }

 p { color: rgb(144,89,81); }

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

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

 a { background-color: rgb(144,89,81); }

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

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

 span { border-color: rgb(144,89,81); }

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