#966E6D

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

Shades of Copper Rose #966E6D

Tints of Copper Rose #966E6D

Color information

#966E6D (or 0x966E6D) is unknown color: approx Copper Rose. HEX triplet: 96, 6E and 6D. RGB value is (150,110,109). Sum of RGB (Red+Green+Blue) = 150+110+109=369 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.65% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 150 - color contains mainly: red. Hex color #966E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966E6D is #699192. Grayscale: #797979. Windows color (decimal): -6918547 or 7171734. OLE color: 7171734.

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

Color convert

RGB150110109-
CMYK00.270.270.41
HSL1.46º16.33%50.78%-
HSV(B)1.46º27.33%58.82%-
XYZ20.9118.7416.98-
YUV121.85120.75148.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.65%
GREEN value IS 110 (43.36% from 255) = 29.81%
BLUE value IS 109 (42.97% from 255) = 29.54%
R=40.65%
G=29.81%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011010900.270.270.411.4616.3350.78
Hex966E6D01B1B2911033
Octal226156155033335112063
Binary100101101101110110110101101111011101001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966E6D; }

 p { color: rgb(150,110,109); }

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

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

 a { background-color: rgb(150,110,109); }

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

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

 span { border-color: rgb(150,110,109); }

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