#976261

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

Shades of Copper Rose #976261

Tints of Copper Rose #976261

Color information

#976261 (or 0x976261) is unknown color: approx Copper Rose. HEX triplet: 97, 62 and 61. RGB value is (151,98,97). Sum of RGB (Red+Green+Blue) = 151+98+97=346 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.64% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 97 (38.28% from 255 or 28.03% from 346); Max value from RGB is 151 - color contains mainly: red. Hex color #976261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976261 is #689D9E. Grayscale: #717171. Windows color (decimal): -6856095 or 6382231. OLE color: 6382231.

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

Color convert

RGB1519897-
CMYK00.350.360.41
HSL1.11º21.77%48.63%-
HSV(B)1.11º35.76%59.22%-
XYZ19.2916.1813.42-
YUV113.73118.56154.58-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.64%
GREEN value IS 98 (38.67% from 255) = 28.32%
BLUE value IS 97 (38.28% from 255) = 28.03%
R=43.64%
G=28.32%
B=28.03%

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
Decimal151989700.350.360.411.1121.7748.63
Hex976261023242911631
Octal227142141043445112661
Binary10010111110001011000010100011100100101001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976261; }

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

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

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

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

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

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

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

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