#9F6875

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

Shades of Turkish Rose #9F6875

Tints of Turkish Rose #9F6875

Color information

#9F6875 (or 0x9F6875) is unknown color: approx Turkish Rose. HEX triplet: 9F, 68 and 75. RGB value is (159,104,117). Sum of RGB (Red+Green+Blue) = 159+104+117=380 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.84% from 380); Green value is 104 (41.02% from 255 or 27.37% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6875 is #60978A. Grayscale: #797979. Windows color (decimal): -6330251 or 7694495. OLE color: 7694495.

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

Color convert

RGB159104117-
CMYK00.350.260.38
HSL345.82º22.27%51.57%-
HSV(B)345.82º34.59%62.35%-
XYZ22.4618.5619.23-
YUV121.93125.22154.44-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.84%
GREEN value IS 104 (41.02% from 255) = 27.37%
BLUE value IS 117 (46.09% from 255) = 30.79%
R=41.84%
G=27.37%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910411700.350.260.38345.8222.2751.57
Hex9F68750231A2615a1634
Octal23715016504332465322664
Binary100111111101000111010101000111101010011010101101010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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