#976966

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

Shades of Copper Rose #976966

Tints of Copper Rose #976966

Color information

#976966 (or 0x976966) is unknown color: approx Copper Rose. HEX triplet: 97, 69 and 66. RGB value is (151,105,102). Sum of RGB (Red+Green+Blue) = 151+105+102=358 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.18% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 151 - color contains mainly: red. Hex color #976966 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976966 is #689699. Grayscale: #767676. Windows color (decimal): -6854298 or 6711703. OLE color: 6711703.

HSL color Cylindrical-coordinate representation of color #976966: hue angle of 3.67º 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 #976966 is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB151105102-
CMYK00.300.320.41
HSL3.67º19.37%49.61%-
HSV(B)3.67º32.45%59.22%-
XYZ20.2117.6414.91-
YUV118.41118.74151.24-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.18%
GREEN value IS 105 (41.41% from 255) = 29.33%
BLUE value IS 102 (40.23% from 255) = 28.49%
R=42.18%
G=29.33%
B=28.49%

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
Decimal15110510200.300.320.413.6719.3749.61
Hex97696601E202941332
Octal227151146036405142362
Binary100101111101001110011001111010000010100110010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976966; }

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

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

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

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

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

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

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

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