#9D6773

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

Shades of Turkish Rose #9D6773

Tints of Turkish Rose #9D6773

Color information

#9D6773 (or 0x9D6773) is unknown color: approx Turkish Rose. HEX triplet: 9D, 67 and 73. RGB value is (157,103,115). Sum of RGB (Red+Green+Blue) = 157+103+115=375 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.87% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6773 is #62988C. Grayscale: #787878. Windows color (decimal): -6461581 or 7563165. OLE color: 7563165.

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

Color convert

RGB157103115-
CMYK00.340.270.38
HSL346.67º21.6%50.98%-
HSV(B)346.67º34.39%61.57%-
XYZ21.8518.1118.56-
YUV120.51124.89154.02-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.87%
GREEN value IS 103 (40.62% from 255) = 27.47%
BLUE value IS 115 (45.31% from 255) = 30.67%
R=41.87%
G=27.47%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710311500.340.270.38346.6721.650.98
Hex9D67730221B2615b1633
Octal23514716304233465332663
Binary100111011100111111001101000101101110011010101101110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,103,115); }

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

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

 a { background-color: rgb(157,103,115); }

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

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

 span { border-color: rgb(157,103,115); }

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