#966F6E

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

Shades of Copper Rose #966F6E

Tints of Copper Rose #966F6E

Color information

#966F6E (or 0x966F6E) is unknown color: approx Copper Rose. HEX triplet: 96, 6F and 6E. RGB value is (150,111,110). Sum of RGB (Red+Green+Blue) = 150+111+110=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 150 - color contains mainly: red. Hex color #966F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966F6E is #699091. Grayscale: #7A7A7A. Windows color (decimal): -6918290 or 7237526. OLE color: 7237526.

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

Color convert

RGB150111110-
CMYK00.260.270.41
HSL1.5º16%50.98%-
HSV(B)1.5º26.67%58.82%-
XYZ21.0818.9817.3-
YUV122.55120.92147.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.43%
GREEN value IS 111 (43.75% from 255) = 29.92%
BLUE value IS 110 (43.36% from 255) = 29.65%
R=40.43%
G=29.92%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011111000.260.270.411.51650.98
Hex966F6E01A1B2921033
Octal226157156032335122063
Binary1001011011011111101110011010110111010011010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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