#9E6F7E

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

Shades of Turkish Rose #9E6F7E

Tints of Turkish Rose #9E6F7E

Color information

#9E6F7E (or 0x9E6F7E) is unknown color: approx Turkish Rose. HEX triplet: 9E, 6F and 7E. RGB value is (158,111,126). Sum of RGB (Red+Green+Blue) = 158+111+126=395 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6F7E is #619081. Grayscale: #7E7E7E. Windows color (decimal): -6393986 or 8286110. OLE color: 8286110.

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

Color convert

RGB158111126-
CMYK00.300.200.38
HSL340.85º19.5%52.75%-
HSV(B)340.85º29.75%61.96%-
XYZ23.5520.1422.39-
YUV126.76127.57150.28-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40%
GREEN value IS 111 (43.75% from 255) = 28.10%
BLUE value IS 126 (49.61% from 255) = 31.90%
R=40%
G=28.10%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15811112600.300.200.38340.8519.552.75
Hex9E6F7E01E14261551435
Octal23615717603624465252465
Binary10011110110111111111100111101010010011010101010110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,111,126); }

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

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

 a { background-color: rgb(158,111,126); }

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

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

 span { border-color: rgb(158,111,126); }

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