#9F7073

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

Shades of Turkish Rose #9F7073

Tints of Turkish Rose #9F7073

Color information

#9F7073 (or 0x9F7073) is unknown color: approx Turkish Rose. HEX triplet: 9F, 70 and 73. RGB value is (159,112,115). Sum of RGB (Red+Green+Blue) = 159+112+115=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 115 (45.31% from 255 or 29.79% from 386); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7073 is #608F8C. Grayscale: #7E7E7E. Windows color (decimal): -6328205 or 7565471. OLE color: 7565471.

HSL color Cylindrical-coordinate representation of color #9F7073: hue angle of 356.17º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F7073 is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB159112115-
CMYK00.300.280.38
HSL356.17º19.67%53.14%-
HSV(B)356.17º29.56%62.35%-
XYZ23.1920.218.9-
YUV126.4121.57151.26-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.19%
GREEN value IS 112 (44.14% from 255) = 29.02%
BLUE value IS 115 (45.31% from 255) = 29.79%
R=41.19%
G=29.02%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911211500.300.280.38356.1719.6753.14
Hex9F707301E1C261641435
Octal23716016303634465442465
Binary10011111111000011100110111101110010011010110010010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,112,115); }

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

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

 a { background-color: rgb(159,112,115); }

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

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

 span { border-color: rgb(159,112,115); }

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