#966A67

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

Shades of Copper Rose #966A67

Tints of Copper Rose #966A67

Color information

#966A67 (or 0x966A67) is unknown color: approx Copper Rose. HEX triplet: 96, 6A and 67. RGB value is (150,106,103). Sum of RGB (Red+Green+Blue) = 150+106+103=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 106 (41.80% from 255 or 29.53% from 359); Blue value is 103 (40.62% from 255 or 28.69% from 359); Max value from RGB is 150 - color contains mainly: red. Hex color #966A67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966A67 is #699598. Grayscale: #767676. Windows color (decimal): -6919577 or 6777494. OLE color: 6777494.

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

Color convert

RGB150106103-
CMYK00.290.310.41
HSL3.83º18.58%49.61%-
HSV(B)3.83º31.33%58.82%-
XYZ20.1817.7715.2-
YUV118.81119.08150.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.78%
GREEN value IS 106 (41.80% from 255) = 29.53%
BLUE value IS 103 (40.62% from 255) = 28.69%
R=41.78%
G=29.53%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010610300.290.310.413.8318.5849.61
Hex966A6701D1F2941332
Octal226152147035375142362
Binary10010110110101011001110111011111110100110010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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