#976C69

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

Shades of Copper Rose #976C69

Tints of Copper Rose #976C69

Color information

#976C69 (or 0x976C69) is unknown color: approx Copper Rose. HEX triplet: 97, 6C and 69. RGB value is (151,108,105). Sum of RGB (Red+Green+Blue) = 151+108+105=364 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.48% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 105 (41.41% from 255 or 28.85% from 364); Max value from RGB is 151 - color contains mainly: red. Hex color #976C69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976C69 is #689396. Grayscale: #787878. Windows color (decimal): -6853527 or 6909079. OLE color: 6909079.

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

Color convert

RGB151108105-
CMYK00.280.300.41
HSL3.91º18.11%50.2%-
HSV(B)3.91º30.46%59.22%-
XYZ20.6718.3215.81-
YUV120.51119.25149.74-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.48%
GREEN value IS 108 (42.58% from 255) = 29.67%
BLUE value IS 105 (41.41% from 255) = 28.85%
R=41.48%
G=29.67%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15110810500.280.300.413.9118.1150.2
Hex976C6901C1E2941232
Octal227154151034365142262
Binary10010111110110011010010111001111010100110010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,108,105); }

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

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

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

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

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

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

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