#9E6966

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

Shades of Copper Rose #9E6966

Tints of Copper Rose #9E6966

Color information

#9E6966 (or 0x9E6966) is unknown color: approx Copper Rose. HEX triplet: 9E, 69 and 66. RGB value is (158,105,102). Sum of RGB (Red+Green+Blue) = 158+105+102=365 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.29% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6966 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6966 is #619699. Grayscale: #787878. Windows color (decimal): -6395546 or 6711710. OLE color: 6711710.

HSL color Cylindrical-coordinate representation of color #9E6966: hue angle of 3.21º 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 #9E6966 is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB158105102-
CMYK00.340.350.38
HSL3.21º22.4%50.98%-
HSV(B)3.21º35.44%61.96%-
XYZ21.5518.3314.97-
YUV120.5117.56154.74-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.29%
GREEN value IS 105 (41.41% from 255) = 28.77%
BLUE value IS 102 (40.23% from 255) = 27.95%
R=43.29%
G=28.77%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15810510200.340.350.383.2122.450.98
Hex9E6966022232631633
Octal236151146042434632663
Binary100111101101001110011001000101000111001101110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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