#9F6573

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

Shades of Turkish Rose #9F6573

Tints of Turkish Rose #9F6573

Color information

#9F6573 (or 0x9F6573) is unknown color: approx Turkish Rose. HEX triplet: 9F, 65 and 73. RGB value is (159,101,115). Sum of RGB (Red+Green+Blue) = 159+101+115=375 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.4% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6573 is #609A8C. Grayscale: #777777. Windows color (decimal): -6331021 or 7562655. OLE color: 7562655.

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

Color convert

RGB159101115-
CMYK00.360.280.38
HSL345.52º23.2%50.98%-
HSV(B)345.52º36.48%62.35%-
XYZ22.0517.9218.52-
YUV119.94125.22155.86-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.4%
GREEN value IS 101 (39.84% from 255) = 26.93%
BLUE value IS 115 (45.31% from 255) = 30.67%
R=42.4%
G=26.93%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910111500.360.280.38345.5223.250.98
Hex9F65730241C2615a1733
Octal23714516304434465322763
Binary100111111100101111001101001001110010011010101101010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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