#975649

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

Shades of Copper Rust #975649

Tints of Copper Rust #975649

Color information

#975649 (or 0x975649) is unknown color: approx Copper Rust. HEX triplet: 97, 56 and 49. RGB value is (151,86,73). Sum of RGB (Red+Green+Blue) = 151+86+73=310 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.71% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 151 - color contains mainly: red. Hex color #975649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975649 is #68A9B6. Grayscale: #686868. Windows color (decimal): -6859191 or 4806295. OLE color: 4806295.

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

Color convert

RGB1518673-
CMYK00.430.520.41
HSL10º34.82%43.92%-
HSV(B)10º51.66%59.22%-
XYZ17.2913.728.04-
YUV103.95110.53161.56-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.71%
GREEN value IS 86 (33.98% from 255) = 27.74%
BLUE value IS 73 (28.91% from 255) = 23.55%
R=48.71%
G=27.74%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151867300.430.520.411034.8243.92
Hex97564902B3429a232c
Octal2271261110536451124354
Binary100101111010110100100101010111101001010011010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975649; }

 p { color: rgb(151,86,73); }

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

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

 a { background-color: rgb(151,86,73); }

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

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

 span { border-color: rgb(151,86,73); }

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