#9F6674

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

Shades of Turkish Rose #9F6674

Tints of Turkish Rose #9F6674

Color information

#9F6674 (or 0x9F6674) is unknown color: approx Turkish Rose. HEX triplet: 9F, 66 and 74. RGB value is (159,102,116). Sum of RGB (Red+Green+Blue) = 159+102+116=377 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.18% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6674 is #60998B. Grayscale: #787878. Windows color (decimal): -6330764 or 7628447. OLE color: 7628447.

HSL color Cylindrical-coordinate representation of color #9F6674: hue angle of 345.26º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9F6674 is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB159102116-
CMYK00.360.270.38
HSL345.26º22.89%51.18%-
HSV(B)345.26º35.85%62.35%-
XYZ22.218.1318.85-
YUV120.64125.38155.36-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.18%
GREEN value IS 102 (40.23% from 255) = 27.06%
BLUE value IS 116 (45.70% from 255) = 30.77%
R=42.18%
G=27.06%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910211600.360.270.38345.2622.8951.18
Hex9F66740241B261591733
Octal23714616404433465312763
Binary100111111100110111010001001001101110011010101100110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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