#976260

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

Shades of Copper Rose #976260

Tints of Copper Rose #976260

Color information

#976260 (or 0x976260) is unknown color: approx Copper Rose. HEX triplet: 97, 62 and 60. RGB value is (151,98,96). Sum of RGB (Red+Green+Blue) = 151+98+96=345 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.77% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 151 - color contains mainly: red. Hex color #976260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976260 is #689D9F. Grayscale: #717171. Windows color (decimal): -6856096 or 6316695. OLE color: 6316695.

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

Color convert

RGB1519896-
CMYK00.350.360.41
HSL2.18º22.27%48.43%-
HSV(B)2.18º36.42%59.22%-
XYZ19.2416.1613.17-
YUV113.62118.06154.66-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.77%
GREEN value IS 98 (38.67% from 255) = 28.41%
BLUE value IS 96 (37.89% from 255) = 27.83%
R=43.77%
G=28.41%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151989600.350.360.412.1822.2748.43
Hex976260023242921630
Octal227142140043445122660
Binary100101111100010110000001000111001001010011010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976260; }

 p { color: rgb(151,98,96); }

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

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

 a { background-color: rgb(151,98,96); }

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

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

 span { border-color: rgb(151,98,96); }

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