#9F6671

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

Shades of Turkish Rose #9F6671

Tints of Turkish Rose #9F6671

Color information

#9F6671 (or 0x9F6671) is unknown color: approx Turkish Rose. HEX triplet: 9F, 66 and 71. RGB value is (159,102,113). Sum of RGB (Red+Green+Blue) = 159+102+113=374 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.51% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 113 (44.53% from 255 or 30.21% from 374); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6671 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6671 is #60998E. Grayscale: #787878. Windows color (decimal): -6330767 or 7431839. OLE color: 7431839.

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

Color convert

RGB159102113-
CMYK00.360.290.38
HSL348.42º22.89%51.18%-
HSV(B)348.42º35.85%62.35%-
XYZ22.0318.0717.95-
YUV120.3123.88155.61-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.51%
GREEN value IS 102 (40.23% from 255) = 27.27%
BLUE value IS 113 (44.53% from 255) = 30.21%
R=42.51%
G=27.27%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910211300.360.290.38348.4222.8951.18
Hex9F66710241D2615c1733
Octal23714616104435465342763
Binary100111111100110111000101001001110110011010101110010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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