#9A6E71

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

Shades of Turkish Rose #9A6E71

Tints of Turkish Rose #9A6E71

Color information

#9A6E71 (or 0x9A6E71) is unknown color: approx Turkish Rose. HEX triplet: 9A, 6E and 71. RGB value is (154,110,113). Sum of RGB (Red+Green+Blue) = 154+110+113=377 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.85% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6E71 is #65918E. Grayscale: #7B7B7B. Windows color (decimal): -6656399 or 7433882. OLE color: 7433882.

HSL color Cylindrical-coordinate representation of color #9A6E71: hue angle of 355.91º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9A6E71 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB154110113-
CMYK00.290.270.40
HSL355.91º17.89%51.76%-
HSV(B)355.91º28.57%60.39%-
XYZ21.8819.2118.18-
YUV123.5122.08149.76-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.85%
GREEN value IS 110 (43.36% from 255) = 29.18%
BLUE value IS 113 (44.53% from 255) = 29.97%
R=40.85%
G=29.18%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15411011300.290.270.40355.9117.8951.76
Hex9A6E7101D1B281641234
Octal23215616103533505442264
Binary10011010110111011100010111011101110100010110010010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,110,113); }

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

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

 a { background-color: rgb(154,110,113); }

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

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

 span { border-color: rgb(154,110,113); }

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