#9E6E79

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

Shades of Turkish Rose #9E6E79

Tints of Turkish Rose #9E6E79

Color information

#9E6E79 (or 0x9E6E79) is unknown color: approx Turkish Rose. HEX triplet: 9E, 6E and 79. RGB value is (158,110,121). Sum of RGB (Red+Green+Blue) = 158+110+121=389 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.62% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 121 (47.66% from 255 or 31.11% from 389); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6E79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6E79 is #619186. Grayscale: #7D7D7D. Windows color (decimal): -6394247 or 7958174. OLE color: 7958174.

HSL color Cylindrical-coordinate representation of color #9E6E79: hue angle of 346.25º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9E6E79 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB158110121-
CMYK00.300.230.38
HSL346.25º19.83%52.55%-
HSV(B)346.25º30.38%61.96%-
XYZ23.1319.820.69-
YUV125.61125.4151.11-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.62%
GREEN value IS 110 (43.36% from 255) = 28.28%
BLUE value IS 121 (47.66% from 255) = 31.11%
R=40.62%
G=28.28%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15811012100.300.230.38346.2519.8352.55
Hex9E6E7901E172615a1435
Octal23615617103627465322465
Binary10011110110111011110010111101011110011010101101010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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