#966A66

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

Shades of Copper Rose #966A66

Tints of Copper Rose #966A66

Color information

#966A66 (or 0x966A66) is unknown color: approx Copper Rose. HEX triplet: 96, 6A and 66. RGB value is (150,106,102). Sum of RGB (Red+Green+Blue) = 150+106+102=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 106 (41.80% from 255 or 29.61% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 150 - color contains mainly: red. Hex color #966A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966A66 is #699599. Grayscale: #767676. Windows color (decimal): -6919578 or 6711958. OLE color: 6711958.

HSL color Cylindrical-coordinate representation of color #966A66: hue angle of 5º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #966A66 is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB150106102-
CMYK00.290.320.41
HSL19.05%49.41%-
HSV(B)32%58.82%-
XYZ20.1317.7514.94-
YUV118.7118.58150.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.90%
GREEN value IS 106 (41.80% from 255) = 29.61%
BLUE value IS 102 (40.23% from 255) = 28.49%
R=41.90%
G=29.61%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010610200.290.320.41519.0549.41
Hex966A6601D202951331
Octal226152146035405152361
Binary100101101101010110011001110110000010100110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,106,102); }

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

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

 a { background-color: rgb(150,106,102); }

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

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

 span { border-color: rgb(150,106,102); }

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