#976A66

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

Shades of Copper Rose #976A66

Tints of Copper Rose #976A66

Color information

#976A66 (or 0x976A66) is unknown color: approx Copper Rose. HEX triplet: 97, 6A and 66. RGB value is (151,106,102). Sum of RGB (Red+Green+Blue) = 151+106+102=359 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.06% from 359); Green value is 106 (41.80% from 255 or 29.53% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 151 - color contains mainly: red. Hex color #976A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976A66 is #689599. Grayscale: #777777. Windows color (decimal): -6854042 or 6711959. OLE color: 6711959.

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

Color convert

RGB151106102-
CMYK00.300.320.41
HSL4.9º19.37%49.61%-
HSV(B)4.9º32.45%59.22%-
XYZ20.3117.8514.94-
YUV119118.41150.83-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.06%
GREEN value IS 106 (41.80% from 255) = 29.53%
BLUE value IS 102 (40.23% from 255) = 28.41%
R=42.06%
G=29.53%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15110610200.300.320.414.919.3749.61
Hex976A6601E202951332
Octal227152146036405152362
Binary100101111101010110011001111010000010100110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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