#91564C

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

Shades of Copper Rust #91564C

Tints of Copper Rust #91564C

Color information

#91564C (or 0x91564C) is unknown color: approx Copper Rust. HEX triplet: 91, 56 and 4C. RGB value is (145,86,76). Sum of RGB (Red+Green+Blue) = 145+86+76=307 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.23% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 145 - color contains mainly: red. Hex color #91564C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91564C is #6EA9B3. Grayscale: #666666. Windows color (decimal): -7252404 or 5002897. OLE color: 5002897.

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

Color convert

RGB1458676-
CMYK00.410.480.43
HSL8.7º31.22%43.33%-
HSV(B)8.7º47.59%56.86%-
XYZ16.3113.28.53-
YUV102.5113.05158.31-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.23%
GREEN value IS 86 (33.98% from 255) = 28.01%
BLUE value IS 76 (30.08% from 255) = 24.76%
R=47.23%
G=28.01%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145867600.410.480.438.731.2243.33
Hex91564C029302B91f2b
Octal2211261140516053113753
Binary10010001101011010011000101001110000101011100111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91564C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91564C; }

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

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

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

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

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

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

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

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