#9F6E71

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

Shades of Turkish Rose #9F6E71

Tints of Turkish Rose #9F6E71

Color information

#9F6E71 (or 0x9F6E71) is unknown color: approx Turkish Rose. HEX triplet: 9F, 6E and 71. RGB value is (159,110,113). Sum of RGB (Red+Green+Blue) = 159+110+113=382 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.62% from 382); Green value is 110 (43.36% from 255 or 28.80% from 382); Blue value is 113 (44.53% from 255 or 29.58% from 382); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6E71 is #60918E. Grayscale: #7D7D7D. Windows color (decimal): -6328719 or 7433887. OLE color: 7433887.

HSL color Cylindrical-coordinate representation of color #9F6E71: hue angle of 356.33º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9F6E71 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB159110113-
CMYK00.310.290.38
HSL356.33º20.33%52.75%-
HSV(B)356.33º30.82%62.35%-
XYZ22.8519.7218.22-
YUV124.99121.23152.26-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.62%
GREEN value IS 110 (43.36% from 255) = 28.80%
BLUE value IS 113 (44.53% from 255) = 29.58%
R=41.62%
G=28.80%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911011300.310.290.38356.3320.3352.75
Hex9F6E7101F1D261641435
Octal23715616103735465442465
Binary10011111110111011100010111111110110011010110010010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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