#9F6779

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

Shades of Turkish Rose #9F6779

Tints of Turkish Rose #9F6779

Color information

#9F6779 (or 0x9F6779) is unknown color: approx Turkish Rose. HEX triplet: 9F, 67 and 79. RGB value is (159,103,121). Sum of RGB (Red+Green+Blue) = 159+103+121=383 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.51% from 383); Green value is 103 (40.62% from 255 or 26.89% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6779 is #609886. Grayscale: #797979. Windows color (decimal): -6330503 or 7956383. OLE color: 7956383.

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

Color convert

RGB159103121-
CMYK00.350.240.38
HSL340.71º22.58%51.37%-
HSV(B)340.71º35.22%62.35%-
XYZ22.618.4520.46-
YUV121.8127.55154.54-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.51%
GREEN value IS 103 (40.62% from 255) = 26.89%
BLUE value IS 121 (47.66% from 255) = 31.59%
R=41.51%
G=26.89%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910312100.350.240.38340.7122.5851.37
Hex9F677902318261551733
Octal23714717104330465252763
Binary100111111100111111100101000111100010011010101010110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,103,121); }

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

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

 a { background-color: rgb(159,103,121); }

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

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

 span { border-color: rgb(159,103,121); }

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