#9F6872

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

Shades of Turkish Rose #9F6872

Tints of Turkish Rose #9F6872

Color information

#9F6872 (or 0x9F6872) is unknown color: approx Turkish Rose. HEX triplet: 9F, 68 and 72. RGB value is (159,104,114). Sum of RGB (Red+Green+Blue) = 159+104+114=377 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.18% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6872 is #60978D. Grayscale: #797979. Windows color (decimal): -6330254 or 7497887. OLE color: 7497887.

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

Color convert

RGB159104114-
CMYK00.350.280.38
HSL349.09º22.27%51.57%-
HSV(B)349.09º34.59%62.35%-
XYZ22.2918.4918.31-
YUV121.58123.72154.69-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.18%
GREEN value IS 104 (41.02% from 255) = 27.59%
BLUE value IS 114 (44.92% from 255) = 30.24%
R=42.18%
G=27.59%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910411400.350.280.38349.0922.2751.57
Hex9F68720231C2615d1634
Octal23715016204334465352664
Binary100111111101000111001001000111110010011010101110110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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