#9F6A74

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

Shades of Turkish Rose #9F6A74

Tints of Turkish Rose #9F6A74

Color information

#9F6A74 (or 0x9F6A74) is unknown color: approx Turkish Rose. HEX triplet: 9F, 6A and 74. RGB value is (159,106,116). Sum of RGB (Red+Green+Blue) = 159+106+116=381 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.73% from 381); Green value is 106 (41.80% from 255 or 27.82% from 381); Blue value is 116 (45.70% from 255 or 30.45% from 381); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6A74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6A74 is #60958B. Grayscale: #7B7B7B. Windows color (decimal): -6329740 or 7629471. OLE color: 7629471.

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

Color convert

RGB159106116-
CMYK00.330.270.38
HSL348.68º21.63%51.96%-
HSV(B)348.68º33.33%62.35%-
XYZ22.618.9418.99-
YUV122.99124.06153.69-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.73%
GREEN value IS 106 (41.80% from 255) = 27.82%
BLUE value IS 116 (45.70% from 255) = 30.45%
R=41.73%
G=27.82%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910611600.330.270.38348.6821.6351.96
Hex9F6A740211B2615d1634
Octal23715216404133465352664
Binary100111111101010111010001000011101110011010101110110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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