#9E7073

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

Shades of Turkish Rose #9E7073

Tints of Turkish Rose #9E7073

Color information

#9E7073 (or 0x9E7073) is unknown color: approx Turkish Rose. HEX triplet: 9E, 70 and 73. RGB value is (158,112,115). Sum of RGB (Red+Green+Blue) = 158+112+115=385 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.04% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7073 is #618F8C. Grayscale: #7E7E7E. Windows color (decimal): -6393741 or 7565470. OLE color: 7565470.

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

Color convert

RGB158112115-
CMYK00.290.270.38
HSL356.09º19.17%52.94%-
HSV(B)356.09º29.11%61.96%-
XYZ22.9920.118.89-
YUV126.1121.74150.76-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.04%
GREEN value IS 112 (44.14% from 255) = 29.09%
BLUE value IS 115 (45.31% from 255) = 29.87%
R=41.04%
G=29.09%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15811211500.290.270.38356.0919.1752.94
Hex9E707301D1B261641335
Octal23616016303533465442365
Binary10011110111000011100110111011101110011010110010010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,112,115); }

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

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

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

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

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

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

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