#966665

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

Shades of Copper Rose #966665

Tints of Copper Rose #966665

Color information

#966665 (or 0x966665) is unknown color: approx Copper Rose. HEX triplet: 96, 66 and 65. RGB value is (150,102,101). Sum of RGB (Red+Green+Blue) = 150+102+101=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 102 (40.23% from 255 or 28.90% from 353); Blue value is 101 (39.84% from 255 or 28.61% from 353); Max value from RGB is 150 - color contains mainly: red. Hex color #966665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966665 is #69999A. Grayscale: #747474. Windows color (decimal): -6920603 or 6645398. OLE color: 6645398.

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

Color convert

RGB150102101-
CMYK00.320.330.41
HSL1.22º19.52%49.22%-
HSV(B)1.22º32.67%58.82%-
XYZ19.6816.9314.54-
YUV116.24119.4152.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.49%
GREEN value IS 102 (40.23% from 255) = 28.90%
BLUE value IS 101 (39.84% from 255) = 28.61%
R=42.49%
G=28.90%
B=28.61%

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
Decimal15010210100.320.330.411.2219.5249.22
Hex966665020212911431
Octal226146145040415112461
Binary10010110110011011001010100000100001101001110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966665; }

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

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

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

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

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

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

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

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