#976A6A

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

Shades of Copper Rose #976A6A

Tints of Copper Rose #976A6A

Color information

#976A6A (or 0x976A6A) is unknown color: approx Copper Rose. HEX triplet: 97, 6A and 6A. RGB value is (151,106,106). Sum of RGB (Red+Green+Blue) = 151+106+106=363 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.60% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 151 - color contains mainly: red. Hex color #976A6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976A6A is #689595. Grayscale: #777777. Windows color (decimal): -6854038 or 6974103. OLE color: 6974103.

HSL color Cylindrical-coordinate representation of color #976A6A: hue angle of 0º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #976A6A is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB151106106-
CMYK00.300.300.41
HSL17.79%50.39%-
HSV(B)29.8%59.22%-
XYZ20.5217.9316.01-
YUV119.46120.41150.5-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.60%
GREEN value IS 106 (41.80% from 255) = 29.20%
BLUE value IS 106 (41.80% from 255) = 29.20%
R=41.60%
G=29.20%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15110610600.300.300.41017.7950.39
Hex976A6A01E1E2901232
Octal227152152036365102262
Binary100101111101010110101001111011110101001010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976A6A; }

 p { color: rgb(151,106,106); }

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

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

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

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

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

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

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