#9E6666

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

Shades of Copper Rose #9E6666

Tints of Copper Rose #9E6666

Color information

#9E6666 (or 0x9E6666) is unknown color: approx Copper Rose. HEX triplet: 9E, 66 and 66. RGB value is (158,102,102). Sum of RGB (Red+Green+Blue) = 158+102+102=362 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.65% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 102 (40.23% from 255 or 28.18% from 362); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6666 is #619999. Grayscale: #767676. Windows color (decimal): -6396314 or 6710942. OLE color: 6710942.

HSL color Cylindrical-coordinate representation of color #9E6666: hue angle of 0º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9E6666 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB158102102-
CMYK00.350.350.38
HSL22.4%50.98%-
HSV(B)35.44%61.96%-
XYZ21.2517.7314.87-
YUV118.74118.55156-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.65%
GREEN value IS 102 (40.23% from 255) = 28.18%
BLUE value IS 102 (40.23% from 255) = 28.18%
R=43.65%
G=28.18%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15810210200.350.350.38022.450.98
Hex9E6666023232601633
Octal236146146043434602663
Binary10011110110011011001100100011100011100110010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E6666; }

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

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

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

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

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

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

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

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