#976462

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

Shades of Copper Rose #976462

Tints of Copper Rose #976462

Color information

#976462 (or 0x976462) is unknown color: approx Copper Rose. HEX triplet: 97, 64 and 62. RGB value is (151,100,98). Sum of RGB (Red+Green+Blue) = 151+100+98=349 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.27% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 98 (38.67% from 255 or 28.08% from 349); Max value from RGB is 151 - color contains mainly: red. Hex color #976462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976462 is #689B9D. Grayscale: #737373. Windows color (decimal): -6855582 or 6448279. OLE color: 6448279.

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

Color convert

RGB15110098-
CMYK00.340.350.41
HSL2.26º21.29%48.82%-
HSV(B)2.26º35.1%59.22%-
XYZ19.5216.5813.73-
YUV115.02118.4153.66-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.27%
GREEN value IS 100 (39.45% from 255) = 28.65%
BLUE value IS 98 (38.67% from 255) = 28.08%
R=43.27%
G=28.65%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511009800.340.350.412.2621.2948.82
Hex976462022232921531
Octal227144142042435122561
Binary100101111100100110001001000101000111010011010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976462; }

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

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

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

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

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

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

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

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