#915653

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

Shades of Copper Rust #915653

Tints of Copper Rust #915653

Color information

#915653 (or 0x915653) is unknown color: approx Copper Rust. HEX triplet: 91, 56 and 53. RGB value is (145,86,83). Sum of RGB (Red+Green+Blue) = 145+86+83=314 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.18% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 83 (32.81% from 255 or 26.43% from 314); Max value from RGB is 145 - color contains mainly: red. Hex color #915653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915653 is #6EA9AC. Grayscale: #676767. Windows color (decimal): -7252397 or 5461649. OLE color: 5461649.

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

Color convert

RGB1458683-
CMYK00.410.430.43
HSL2.9º27.19%44.71%-
HSV(B)2.9º42.76%56.86%-
XYZ16.5713.39.88-
YUV103.3116.55157.74-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.18%
GREEN value IS 86 (33.98% from 255) = 27.39%
BLUE value IS 83 (32.81% from 255) = 26.43%
R=46.18%
G=27.39%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145868300.410.430.432.927.1944.71
Hex9156530292B2B31b2d
Octal221126123051535333355
Binary100100011010110101001101010011010111010111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915653; }

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

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

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

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

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

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

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

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