#966867

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

Shades of Copper Rose #966867

Tints of Copper Rose #966867

Color information

#966867 (or 0x966867) is unknown color: approx Copper Rose. HEX triplet: 96, 68 and 67. RGB value is (150,104,103). Sum of RGB (Red+Green+Blue) = 150+104+103=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 103 (40.62% from 255 or 28.85% from 357); Max value from RGB is 150 - color contains mainly: red. Hex color #966867 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966867 is #699798. Grayscale: #757575. Windows color (decimal): -6920089 or 6776982. OLE color: 6776982.

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

Color convert

RGB150104103-
CMYK00.310.310.41
HSL1.28º18.58%49.61%-
HSV(B)1.28º31.33%58.82%-
XYZ19.9817.3615.13-
YUV117.64119.74151.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.02%
GREEN value IS 104 (41.02% from 255) = 29.13%
BLUE value IS 103 (40.62% from 255) = 28.85%
R=42.02%
G=29.13%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010410300.310.310.411.2818.5849.61
Hex96686701F1F2911332
Octal226150147037375112362
Binary100101101101000110011101111111111101001110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966867; }

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

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

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

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

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

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

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

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