#9F697A

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

Shades of Turkish Rose #9F697A

Tints of Turkish Rose #9F697A

Color information

#9F697A (or 0x9F697A) is unknown color: approx Turkish Rose. HEX triplet: 9F, 69 and 7A. RGB value is (159,105,122). Sum of RGB (Red+Green+Blue) = 159+105+122=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 105 (41.41% from 255 or 27.20% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 159 - color contains mainly: red. Hex color #9F697A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F697A is #609685. Grayscale: #7B7B7B. Windows color (decimal): -6329990 or 8022431. OLE color: 8022431.

HSL color Cylindrical-coordinate representation of color #9F697A: hue angle of 341.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 #9F697A is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB159105122-
CMYK00.340.230.38
HSL341.11º21.95%51.76%-
HSV(B)341.11º33.96%62.35%-
XYZ22.8618.8820.85-
YUV123.08127.39153.62-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.19%
GREEN value IS 105 (41.41% from 255) = 27.20%
BLUE value IS 122 (48.05% from 255) = 31.61%
R=41.19%
G=27.20%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910512200.340.230.38341.1121.9551.76
Hex9F697A02217261551634
Octal23715117204227465252664
Binary100111111101001111101001000101011110011010101010110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F697A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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