#976362

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

Shades of Copper Rose #976362

Tints of Copper Rose #976362

Color information

#976362 (or 0x976362) is unknown color: approx Copper Rose. HEX triplet: 97, 63 and 62. RGB value is (151,99,98). Sum of RGB (Red+Green+Blue) = 151+99+98=348 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.39% from 348); Green value is 99 (39.06% from 255 or 28.45% from 348); Blue value is 98 (38.67% from 255 or 28.16% from 348); Max value from RGB is 151 - color contains mainly: red. Hex color #976362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976362 is #689C9D. Grayscale: #727272. Windows color (decimal): -6855838 or 6448023. OLE color: 6448023.

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

Color convert

RGB1519998-
CMYK00.340.350.41
HSL1.13º21.29%48.82%-
HSV(B)1.13º35.1%59.22%-
XYZ19.4316.3813.69-
YUV114.43118.73154.08-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.39%
GREEN value IS 99 (39.06% from 255) = 28.45%
BLUE value IS 98 (38.67% from 255) = 28.16%
R=43.39%
G=28.45%
B=28.16%

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
Decimal151999800.340.350.411.1321.2948.82
Hex976362022232911531
Octal227143142042435112561
Binary10010111110001111000100100010100011101001110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976362; }

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

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

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

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

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

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

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

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