#976B68

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

Shades of Copper Rose #976B68

Tints of Copper Rose #976B68

Color information

#976B68 (or 0x976B68) is unknown color: approx Copper Rose. HEX triplet: 97, 6B and 68. RGB value is (151,107,104). Sum of RGB (Red+Green+Blue) = 151+107+104=362 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.71% from 362); Green value is 107 (42.19% from 255 or 29.56% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 151 - color contains mainly: red. Hex color #976B68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976B68 is #689497. Grayscale: #777777. Windows color (decimal): -6853784 or 6843287. OLE color: 6843287.

HSL color Cylindrical-coordinate representation of color #976B68: hue angle of 3.83º 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 #976B68 is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB151107104-
CMYK00.290.310.41
HSL3.83º18.43%50%-
HSV(B)3.83º31.13%59.22%-
XYZ20.5218.0915.51-
YUV119.81119.08150.24-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.71%
GREEN value IS 107 (42.19% from 255) = 29.56%
BLUE value IS 104 (41.02% from 255) = 28.73%
R=41.71%
G=29.56%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15110710400.290.310.413.8318.4350
Hex976B6801D1F2941232
Octal227153150035375142262
Binary10010111110101111010000111011111110100110010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976B68; }

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

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

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

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

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

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

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

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