#9F7375

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

Shades of Turkish Rose #9F7375

Tints of Turkish Rose #9F7375

Color information

#9F7375 (or 0x9F7375) is unknown color: approx Turkish Rose. HEX triplet: 9F, 73 and 75. RGB value is (159,115,117). Sum of RGB (Red+Green+Blue) = 159+115+117=391 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.66% from 391); Green value is 115 (45.31% from 255 or 29.41% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7375 is #608C8A. Grayscale: #808080. Windows color (decimal): -6327435 or 7697311. OLE color: 7697311.

HSL color Cylindrical-coordinate representation of color #9F7375: hue angle of 357.27º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9F7375 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB159115117-
CMYK00.280.260.38
HSL357.27º18.64%53.73%-
HSV(B)357.27º27.67%62.35%-
XYZ23.6420.9219.62-
YUV128.38121.58149.84-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.66%
GREEN value IS 115 (45.31% from 255) = 29.41%
BLUE value IS 117 (46.09% from 255) = 29.92%
R=40.66%
G=29.41%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911511700.280.260.38357.2718.6453.73
Hex9F737501C1A261651336
Octal23716316503432465452366
Binary10011111111001111101010111001101010011010110010110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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