#966E6B

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

Shades of Copper Rose #966E6B

Tints of Copper Rose #966E6B

Color information

#966E6B (or 0x966E6B) is unknown color: approx Copper Rose. HEX triplet: 96, 6E and 6B. RGB value is (150,110,107). Sum of RGB (Red+Green+Blue) = 150+110+107=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 150 - color contains mainly: red. Hex color #966E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966E6B is #699194. Grayscale: #797979. Windows color (decimal): -6918549 or 7040662. OLE color: 7040662.

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

Color convert

RGB150110107-
CMYK00.270.290.41
HSL4.19º17%50.39%-
HSV(B)4.19º28.67%58.82%-
XYZ20.8118.716.42-
YUV121.62119.75148.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.87%
GREEN value IS 110 (43.36% from 255) = 29.97%
BLUE value IS 107 (42.19% from 255) = 29.16%
R=40.87%
G=29.97%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011010700.270.290.414.191750.39
Hex966E6B01B1D2941132
Octal226156153033355142162
Binary10010110110111011010110110111110110100110010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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