#9E6873

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

Shades of Turkish Rose #9E6873

Tints of Turkish Rose #9E6873

Color information

#9E6873 (or 0x9E6873) is unknown color: approx Turkish Rose. HEX triplet: 9E, 68 and 73. RGB value is (158,104,115). Sum of RGB (Red+Green+Blue) = 158+104+115=377 (49% of max value = 765). Red value is 158 (62.11% from 255 or 41.91% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6873 is #61978C. Grayscale: #797979. Windows color (decimal): -6395789 or 7563422. OLE color: 7563422.

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

Color convert

RGB158104115-
CMYK00.340.270.38
HSL347.78º21.77%51.37%-
HSV(B)347.78º34.18%61.96%-
XYZ22.1518.4118.61-
YUV121.4124.39154.11-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.91%
GREEN value IS 104 (41.02% from 255) = 27.59%
BLUE value IS 115 (45.31% from 255) = 30.50%
R=41.91%
G=27.59%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15810411500.340.270.38347.7821.7751.37
Hex9E68730221B2615c1633
Octal23615016304233465342663
Binary100111101101000111001101000101101110011010101110010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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