#9F687B

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

Shades of Turkish Rose #9F687B

Tints of Turkish Rose #9F687B

Color information

#9F687B (or 0x9F687B) is unknown color: approx Turkish Rose. HEX triplet: 9F, 68 and 7B. RGB value is (159,104,123). Sum of RGB (Red+Green+Blue) = 159+104+123=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 159 - color contains mainly: red. Hex color #9F687B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F687B is #609784. Grayscale: #7A7A7A. Windows color (decimal): -6330245 or 8087711. OLE color: 8087711.

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

Color convert

RGB159104123-
CMYK00.350.230.38
HSL339.27º22.27%51.57%-
HSV(B)339.27º34.59%62.35%-
XYZ22.8218.721.15-
YUV122.61128.22153.96-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.19%
GREEN value IS 104 (41.02% from 255) = 26.94%
BLUE value IS 123 (48.44% from 255) = 31.87%
R=41.19%
G=26.94%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910412300.350.230.38339.2722.2751.57
Hex9F687B02317261531634
Octal23715017304327465232664
Binary100111111101000111101101000111011110011010101001110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F687B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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