#976868

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

Shades of Copper Rose #976868

Tints of Copper Rose #976868

Color information

#976868 (or 0x976868) is unknown color: approx Copper Rose. HEX triplet: 97, 68 and 68. RGB value is (151,104,104). Sum of RGB (Red+Green+Blue) = 151+104+104=359 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.06% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 104 (41.02% from 255 or 28.97% from 359); Max value from RGB is 151 - color contains mainly: red. Hex color #976868 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976868 is #689797. Grayscale: #767676. Windows color (decimal): -6854552 or 6842519. OLE color: 6842519.

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

Color convert

RGB151104104-
CMYK00.310.310.41
HSL18.43%50%-
HSV(B)31.13%59.22%-
XYZ20.2117.4815.41-
YUV118.05120.07151.5-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.06%
GREEN value IS 104 (41.02% from 255) = 28.97%
BLUE value IS 104 (41.02% from 255) = 28.97%
R=42.06%
G=28.97%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15110410400.310.310.41018.4350
Hex97686801F1F2901232
Octal227150150037375102262
Binary100101111101000110100001111111111101001010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976868; }

 p { color: rgb(151,104,104); }

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

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

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

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

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

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

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