#9E656F

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

Shades of Turkish Rose #9E656F

Tints of Turkish Rose #9E656F

Color information

#9E656F (or 0x9E656F) is unknown color: approx Turkish Rose. HEX triplet: 9E, 65 and 6F. RGB value is (158,101,111). Sum of RGB (Red+Green+Blue) = 158+101+111=370 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.70% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 158 - color contains mainly: red. Hex color #9E656F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E656F is #619A90. Grayscale: #777777. Windows color (decimal): -6396561 or 7300510. OLE color: 7300510.

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

Color convert

RGB158101111-
CMYK00.360.300.38
HSL349.47º22.71%50.78%-
HSV(B)349.47º36.08%61.96%-
XYZ21.6217.7217.32-
YUV119.18123.38155.69-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.70%
GREEN value IS 101 (39.84% from 255) = 27.30%
BLUE value IS 111 (43.75% from 255) = 30%
R=42.70%
G=27.30%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15810111100.360.300.38349.4722.7150.78
Hex9E656F0241E2615d1733
Octal23614515704436465352763
Binary100111101100101110111101001001111010011010101110110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E656F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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