#966461

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

Shades of Copper Rose #966461

Tints of Copper Rose #966461

Color information

#966461 (or 0x966461) is unknown color: approx Copper Rose. HEX triplet: 96, 64 and 61. RGB value is (150,100,97). Sum of RGB (Red+Green+Blue) = 150+100+97=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 97 (38.28% from 255 or 27.95% from 347); Max value from RGB is 150 - color contains mainly: red. Hex color #966461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966461 is #699B9E. Grayscale: #727272. Windows color (decimal): -6921119 or 6382742. OLE color: 6382742.

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

Color convert

RGB15010097-
CMYK00.330.350.41
HSL3.4º21.46%48.43%-
HSV(B)3.4º35.33%58.82%-
XYZ19.2916.4613.47-
YUV114.61118.06153.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.23%
GREEN value IS 100 (39.45% from 255) = 28.82%
BLUE value IS 97 (38.28% from 255) = 27.95%
R=43.23%
G=28.82%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501009700.330.350.413.421.4648.43
Hex966461021232931530
Octal226144141041435132560
Binary100101101100100110000101000011000111010011110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966461; }

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

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

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

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

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

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

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

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