#966664

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

Shades of Copper Rose #966664

Tints of Copper Rose #966664

Color information

#966664 (or 0x966664) is unknown color: approx Copper Rose. HEX triplet: 96, 66 and 64. RGB value is (150,102,100). Sum of RGB (Red+Green+Blue) = 150+102+100=352 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.61% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 100 (39.45% from 255 or 28.41% from 352); Max value from RGB is 150 - color contains mainly: red. Hex color #966664 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966664 is #69999B. Grayscale: #747474. Windows color (decimal): -6920604 or 6579862. OLE color: 6579862.

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

Color convert

RGB150102100-
CMYK00.320.330.41
HSL2.4º20%49.02%-
HSV(B)2.4º33.33%58.82%-
XYZ19.6316.9114.29-
YUV116.12118.9152.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.61%
GREEN value IS 102 (40.23% from 255) = 28.98%
BLUE value IS 100 (39.45% from 255) = 28.41%
R=42.61%
G=28.98%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010210000.320.330.412.42049.02
Hex966664020212921431
Octal226146144040415122461
Binary100101101100110110010001000001000011010011010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966664; }

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

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

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

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

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

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

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

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