#966666

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

Shades of Copper Rose #966666

Tints of Copper Rose #966666

Color information

#966666 (or 0x966666) is unknown color: approx Copper Rose. HEX triplet: 96, 66 and 66. RGB value is (150,102,102). Sum of RGB (Red+Green+Blue) = 150+102+102=354 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.37% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 102 (40.23% from 255 or 28.81% from 354); Max value from RGB is 150 - color contains mainly: red. Hex color #966666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966666 is #699999. Grayscale: #747474. Windows color (decimal): -6920602 or 6710934. OLE color: 6710934.

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

Color convert

RGB150102102-
CMYK00.320.320.41
HSL19.05%49.41%-
HSV(B)32%58.82%-
XYZ19.7316.9514.8-
YUV116.35119.9152-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.37%
GREEN value IS 102 (40.23% from 255) = 28.81%
BLUE value IS 102 (40.23% from 255) = 28.81%
R=42.37%
G=28.81%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010210200.320.320.41019.0549.41
Hex966666020202901331
Octal226146146040405102361
Binary10010110110011011001100100000100000101001010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966666; }

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

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

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

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

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

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

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

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