#9F6971

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

Shades of Turkish Rose #9F6971

Tints of Turkish Rose #9F6971

Color information

#9F6971 (or 0x9F6971) is unknown color: approx Turkish Rose. HEX triplet: 9F, 69 and 71. RGB value is (159,105,113). Sum of RGB (Red+Green+Blue) = 159+105+113=377 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.18% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6971 is #60968E. Grayscale: #7A7A7A. Windows color (decimal): -6329999 or 7432607. OLE color: 7432607.

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

Color convert

RGB159105113-
CMYK00.340.290.38
HSL351.11º21.95%51.76%-
HSV(B)351.11º33.96%62.35%-
XYZ22.3318.6718.05-
YUV122.06122.89154.35-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.18%
GREEN value IS 105 (41.41% from 255) = 27.85%
BLUE value IS 113 (44.53% from 255) = 29.97%
R=42.18%
G=27.85%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910511300.340.290.38351.1121.9551.76
Hex9F69710221D2615f1634
Octal23715116104235465372664
Binary100111111101001111000101000101110110011010101111110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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