#8F6666

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

Shades of Copper Rose #8F6666

Tints of Copper Rose #8F6666

Color information

#8F6666 (or 0x8F6666) is unknown color: approx Copper Rose. HEX triplet: 8F, 66 and 66. RGB value is (143,102,102). Sum of RGB (Red+Green+Blue) = 143+102+102=347 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.21% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 102 (40.23% from 255 or 29.39% from 347); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6666 is #709999. Grayscale: #727272. Windows color (decimal): -7379354 or 6710927. OLE color: 6710927.

HSL color Cylindrical-coordinate representation of color #8F6666: hue angle of 0º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8F6666 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB143102102-
CMYK00.290.290.44
HSL16.73%48.04%-
HSV(B)28.67%56.08%-
XYZ18.4816.314.74-
YUV114.26121.08148.5-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 41.21%
GREEN value IS 102 (40.23% from 255) = 29.39%
BLUE value IS 102 (40.23% from 255) = 29.39%
R=41.21%
G=29.39%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14310210200.290.290.44016.7348.04
Hex8F666601D1D2C01130
Octal217146146035355402160
Binary100011111100110110011001110111101101100010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F6666; }

 p { color: rgb(143,102,102); }

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

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

 a { background-color: rgb(143,102,102); }

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

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

 span { border-color: rgb(143,102,102); }

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