#9E6B7C

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

Shades of Turkish Rose #9E6B7C

Tints of Turkish Rose #9E6B7C

Color information

#9E6B7C (or 0x9E6B7C) is unknown color: approx Turkish Rose. HEX triplet: 9E, 6B and 7C. RGB value is (158,107,124). Sum of RGB (Red+Green+Blue) = 158+107+124=389 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.62% from 389); Green value is 107 (42.19% from 255 or 27.51% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6B7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6B7C is #619483. Grayscale: #7C7C7C. Windows color (decimal): -6395012 or 8154014. OLE color: 8154014.

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

Color convert

RGB158107124-
CMYK00.320.220.38
HSL340º20.82%51.96%-
HSV(B)340º32.28%61.96%-
XYZ2319.2421.57-
YUV124.19127.9152.12-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.62%
GREEN value IS 107 (42.19% from 255) = 27.51%
BLUE value IS 124 (48.83% from 255) = 31.88%
R=40.62%
G=27.51%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15810712400.320.220.3834020.8251.96
Hex9E6B7C02016261541534
Octal23615317404026465242564
Binary100111101101011111110001000001011010011010101010010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,107,124); }

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

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

 a { background-color: rgb(158,107,124); }

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

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

 span { border-color: rgb(158,107,124); }

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