#9F6A79

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

Shades of Turkish Rose #9F6A79

Tints of Turkish Rose #9F6A79

Color information

#9F6A79 (or 0x9F6A79) is unknown color: approx Turkish Rose. HEX triplet: 9F, 6A and 79. RGB value is (159,106,121). Sum of RGB (Red+Green+Blue) = 159+106+121=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 106 (41.80% from 255 or 27.46% from 386); Blue value is 121 (47.66% from 255 or 31.35% from 386); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6A79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6A79 is #609586. Grayscale: #7B7B7B. Windows color (decimal): -6329735 or 7957151. OLE color: 7957151.

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

Color convert

RGB159106121-
CMYK00.330.240.38
HSL343.02º21.63%51.96%-
HSV(B)343.02º33.33%62.35%-
XYZ22.919.0620.56-
YUV123.56126.56153.28-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.19%
GREEN value IS 106 (41.80% from 255) = 27.46%
BLUE value IS 121 (47.66% from 255) = 31.35%
R=41.19%
G=27.46%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910612100.330.240.38343.0221.6351.96
Hex9F6A7902118261571634
Octal23715217104130465272664
Binary100111111101010111100101000011100010011010101011110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,106,121); }

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

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

 a { background-color: rgb(159,106,121); }

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

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

 span { border-color: rgb(159,106,121); }

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