#9E6868

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

Shades of Copper Rose #9E6868

Tints of Copper Rose #9E6868

Color information

#9E6868 (or 0x9E6868) is unknown color: approx Copper Rose. HEX triplet: 9E, 68 and 68. RGB value is (158,104,104). Sum of RGB (Red+Green+Blue) = 158+104+104=366 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.17% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 104 (41.02% from 255 or 28.42% from 366); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6868 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6868 is #619797. Grayscale: #787878. Windows color (decimal): -6395800 or 6842526. OLE color: 6842526.

HSL color Cylindrical-coordinate representation of color #9E6868: 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.34%. Process color model (Four color, CMYK) of #9E6868 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB158104104-
CMYK00.340.340.38
HSL21.77%51.37%-
HSV(B)34.18%61.96%-
XYZ21.5518.1715.47-
YUV120.15118.89155-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.17%
GREEN value IS 104 (41.02% from 255) = 28.42%
BLUE value IS 104 (41.02% from 255) = 28.42%
R=43.17%
G=28.42%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15810410400.340.340.38021.7751.37
Hex9E6868022222601633
Octal236150150042424602663
Binary10011110110100011010000100010100010100110010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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