#9E6A79

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

Shades of Turkish Rose #9E6A79

Tints of Turkish Rose #9E6A79

Color information

#9E6A79 (or 0x9E6A79) is unknown color: approx Turkish Rose. HEX triplet: 9E, 6A and 79. RGB value is (158,106,121). Sum of RGB (Red+Green+Blue) = 158+106+121=385 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.04% from 385); Green value is 106 (41.80% from 255 or 27.53% from 385); Blue value is 121 (47.66% from 255 or 31.43% from 385); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6A79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6A79 is #619586. Grayscale: #7B7B7B. Windows color (decimal): -6395271 or 7957150. OLE color: 7957150.

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

Color convert

RGB158106121-
CMYK00.330.230.38
HSL342.69º21.14%51.76%-
HSV(B)342.69º32.91%61.96%-
XYZ22.7118.9620.55-
YUV123.26126.73152.78-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.04%
GREEN value IS 106 (41.80% from 255) = 27.53%
BLUE value IS 121 (47.66% from 255) = 31.43%
R=41.04%
G=27.53%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15810612100.330.230.38342.6921.1451.76
Hex9E6A7902117261571534
Octal23615217104127465272564
Binary100111101101010111100101000011011110011010101011110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,106,121); }

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

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

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

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

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

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

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