#9F6A7A

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

Shades of Turkish Rose #9F6A7A

Tints of Turkish Rose #9F6A7A

Color information

#9F6A7A (or 0x9F6A7A) is unknown color: approx Turkish Rose. HEX triplet: 9F, 6A and 7A. RGB value is (159,106,122). Sum of RGB (Red+Green+Blue) = 159+106+122=387 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.09% from 387); Green value is 106 (41.80% from 255 or 27.39% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6A7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6A7A is #609585. Grayscale: #7B7B7B. Windows color (decimal): -6329734 or 8022687. OLE color: 8022687.

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

Color convert

RGB159106122-
CMYK00.330.230.38
HSL341.89º21.63%51.96%-
HSV(B)341.89º33.33%62.35%-
XYZ22.9619.0820.89-
YUV123.67127.06153.2-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.09%
GREEN value IS 106 (41.80% from 255) = 27.39%
BLUE value IS 122 (48.05% from 255) = 31.52%
R=41.09%
G=27.39%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910612200.330.230.38341.8921.6351.96
Hex9F6A7A02117261561634
Octal23715217204127465262664
Binary100111111101010111101001000011011110011010101011010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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