#91564F

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

Shades of Copper Rust #91564F

Tints of Copper Rust #91564F

Color information

#91564F (or 0x91564F) is unknown color: approx Copper Rust. HEX triplet: 91, 56 and 4F. RGB value is (145,86,79). Sum of RGB (Red+Green+Blue) = 145+86+79=310 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.77% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 79 (31.25% from 255 or 25.48% from 310); Max value from RGB is 145 - color contains mainly: red. Hex color #91564F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91564F is #6EA9B0. Grayscale: #666666. Windows color (decimal): -7252401 or 5199505. OLE color: 5199505.

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

Color convert

RGB1458679-
CMYK00.410.460.43
HSL6.36º29.46%43.92%-
HSV(B)6.36º45.52%56.86%-
XYZ16.4213.249.09-
YUV102.84114.55158.07-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.77%
GREEN value IS 86 (33.98% from 255) = 27.74%
BLUE value IS 79 (31.25% from 255) = 25.48%
R=46.77%
G=27.74%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145867900.410.460.436.3629.4643.92
Hex91564F0292E2B61d2c
Octal221126117051565363554
Binary1001000110101101001111010100110111010101111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91564F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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