#9F6A76

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

Shades of Turkish Rose #9F6A76

Tints of Turkish Rose #9F6A76

Color information

#9F6A76 (or 0x9F6A76) is unknown color: approx Turkish Rose. HEX triplet: 9F, 6A and 76. RGB value is (159,106,118). Sum of RGB (Red+Green+Blue) = 159+106+118=383 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.51% from 383); Green value is 106 (41.80% from 255 or 27.68% from 383); Blue value is 118 (46.48% from 255 or 30.81% from 383); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6A76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6A76 is #609589. Grayscale: #7B7B7B. Windows color (decimal): -6329738 or 7760543. OLE color: 7760543.

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

Color convert

RGB159106118-
CMYK00.330.260.38
HSL346.42º21.63%51.96%-
HSV(B)346.42º33.33%62.35%-
XYZ22.7218.9919.61-
YUV123.21125.06153.52-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.51%
GREEN value IS 106 (41.80% from 255) = 27.68%
BLUE value IS 118 (46.48% from 255) = 30.81%
R=41.51%
G=27.68%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910611800.330.260.38346.4221.6351.96
Hex9F6A760211A2615a1634
Octal23715216604132465322664
Binary100111111101010111011001000011101010011010101101010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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