#915650

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

Shades of Copper Rust #915650

Tints of Copper Rust #915650

Color information

#915650 (or 0x915650) is unknown color: approx Copper Rust. HEX triplet: 91, 56 and 50. RGB value is (145,86,80). Sum of RGB (Red+Green+Blue) = 145+86+80=311 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.62% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 80 (31.64% from 255 or 25.72% from 311); Max value from RGB is 145 - color contains mainly: red. Hex color #915650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915650 is #6EA9AF. Grayscale: #676767. Windows color (decimal): -7252400 or 5265041. OLE color: 5265041.

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

Color convert

RGB1458680-
CMYK00.410.450.43
HSL5.54º28.89%44.12%-
HSV(B)5.54º44.83%56.86%-
XYZ16.4513.259.28-
YUV102.96115.05157.99-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.62%
GREEN value IS 86 (33.98% from 255) = 27.65%
BLUE value IS 80 (31.64% from 255) = 25.72%
R=46.62%
G=27.65%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145868000.410.450.435.5428.8944.12
Hex9156500292D2B61d2c
Octal221126120051555363554
Binary1001000110101101010000010100110110110101111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915650; }

 p { color: rgb(145,86,80); }

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

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

 a { background-color: rgb(145,86,80); }

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

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

 span { border-color: rgb(145,86,80); }

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