#915951

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

Shades of Copper Rust #915951

Tints of Copper Rust #915951

Color information

#915951 (or 0x915951) is unknown color: approx Copper Rust. HEX triplet: 91, 59 and 51. RGB value is (145,89,81). Sum of RGB (Red+Green+Blue) = 145+89+81=315 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.03% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 81 (32.03% from 255 or 25.71% from 315); Max value from RGB is 145 - color contains mainly: red. Hex color #915951 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915951 is #6EA6AE. Grayscale: #686868. Windows color (decimal): -7251631 or 5331345. OLE color: 5331345.

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

Color convert

RGB1458981-
CMYK00.390.440.43
HSL7.5º28.32%44.31%-
HSV(B)7.5º44.14%56.86%-
XYZ16.7313.769.56-
YUV104.83114.55156.65-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.03%
GREEN value IS 89 (35.16% from 255) = 28.25%
BLUE value IS 81 (32.03% from 255) = 25.71%
R=46.03%
G=28.25%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145898100.390.440.437.528.3244.31
Hex9159510272C2B81c2c
Octal2211311210475453103454
Binary10010001101100110100010100111101100101011100011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915951; }

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

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

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

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

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

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

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

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