#966764

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

Shades of Copper Rose #966764

Tints of Copper Rose #966764

Color information

#966764 (or 0x966764) is unknown color: approx Copper Rose. HEX triplet: 96, 67 and 64. RGB value is (150,103,100). Sum of RGB (Red+Green+Blue) = 150+103+100=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 100 (39.45% from 255 or 28.33% from 353); Max value from RGB is 150 - color contains mainly: red. Hex color #966764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966764 is #69989B. Grayscale: #747474. Windows color (decimal): -6920348 or 6580118. OLE color: 6580118.

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

Color convert

RGB150103100-
CMYK00.310.330.41
HSL3.6º20%49.02%-
HSV(B)3.6º33.33%58.82%-
XYZ19.7317.114.32-
YUV116.71118.57151.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.49%
GREEN value IS 103 (40.62% from 255) = 29.18%
BLUE value IS 100 (39.45% from 255) = 28.33%
R=42.49%
G=29.18%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010310000.310.330.413.62049.02
Hex96676401F212941431
Octal226147144037415142461
Binary100101101100111110010001111110000110100110010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966764; }

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

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

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

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

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

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

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

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