#9F6A6E

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

Shades of Turkish Rose #9F6A6E

Tints of Turkish Rose #9F6A6E

Color information

#9F6A6E (or 0x9F6A6E) is unknown color: approx Turkish Rose. HEX triplet: 9F, 6A and 6E. RGB value is (159,106,110). Sum of RGB (Red+Green+Blue) = 159+106+110=375 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.4% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6A6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6A6E is #609591. Grayscale: #7A7A7A. Windows color (decimal): -6329746 or 7236255. OLE color: 7236255.

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

Color convert

RGB159106110-
CMYK00.330.310.38
HSL355.47º21.63%51.96%-
HSV(B)355.47º33.33%62.35%-
XYZ22.2718.817.21-
YUV122.3121.06154.17-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.4%
GREEN value IS 106 (41.80% from 255) = 28.27%
BLUE value IS 110 (43.36% from 255) = 29.33%
R=42.4%
G=28.27%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910611000.330.310.38355.4721.6351.96
Hex9F6A6E0211F261631634
Octal23715215604137465432664
Binary100111111101010110111001000011111110011010110001110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,106,110); }

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

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

 a { background-color: rgb(159,106,110); }

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

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

 span { border-color: rgb(159,106,110); }

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