#9F6879

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

Shades of Turkish Rose #9F6879

Tints of Turkish Rose #9F6879

Color information

#9F6879 (or 0x9F6879) is unknown color: approx Turkish Rose. HEX triplet: 9F, 68 and 79. RGB value is (159,104,121). Sum of RGB (Red+Green+Blue) = 159+104+121=384 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.41% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6879 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6879 is #609786. Grayscale: #7A7A7A. Windows color (decimal): -6330247 or 7956639. OLE color: 7956639.

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

Color convert

RGB159104121-
CMYK00.350.240.38
HSL341.45º22.27%51.57%-
HSV(B)341.45º34.59%62.35%-
XYZ22.718.6520.49-
YUV122.38127.22154.12-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.41%
GREEN value IS 104 (41.02% from 255) = 27.08%
BLUE value IS 121 (47.66% from 255) = 31.51%
R=41.41%
G=27.08%
B=31.51%

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
Decimal15910412100.350.240.38341.4522.2751.57
Hex9F687902318261551634
Octal23715017104330465252664
Binary100111111101000111100101000111100010011010101010110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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