#9F6A7B

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

Shades of Turkish Rose #9F6A7B

Tints of Turkish Rose #9F6A7B

Color information

#9F6A7B (or 0x9F6A7B) is unknown color: approx Turkish Rose. HEX triplet: 9F, 6A and 7B. RGB value is (159,106,123). Sum of RGB (Red+Green+Blue) = 159+106+123=388 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.98% from 388); Green value is 106 (41.80% from 255 or 27.32% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6A7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6A7B is #609584. Grayscale: #7B7B7B. Windows color (decimal): -6329733 or 8088223. OLE color: 8088223.

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

Color convert

RGB159106123-
CMYK00.330.230.38
HSL340.75º21.63%51.96%-
HSV(B)340.75º33.33%62.35%-
XYZ23.0319.1121.21-
YUV123.78127.56153.12-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.98%
GREEN value IS 106 (41.80% from 255) = 27.32%
BLUE value IS 123 (48.44% from 255) = 31.70%
R=40.98%
G=27.32%
B=31.70%

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
Decimal15910612300.330.230.38340.7521.6351.96
Hex9F6A7B02117261551634
Octal23715217304127465252664
Binary100111111101010111101101000011011110011010101010110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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