#9D6771

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

Shades of Turkish Rose #9D6771

Tints of Turkish Rose #9D6771

Color information

#9D6771 (or 0x9D6771) is unknown color: approx Turkish Rose. HEX triplet: 9D, 67 and 71. RGB value is (157,103,113). Sum of RGB (Red+Green+Blue) = 157+103+113=373 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.09% from 373); Green value is 103 (40.62% from 255 or 27.61% from 373); Blue value is 113 (44.53% from 255 or 30.29% from 373); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6771 is #62988E. Grayscale: #787878. Windows color (decimal): -6461583 or 7432093. OLE color: 7432093.

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

Color convert

RGB157103113-
CMYK00.340.280.38
HSL348.89º21.6%50.98%-
HSV(B)348.89º34.39%61.57%-
XYZ21.7418.0617.96-
YUV120.29123.89154.19-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.09%
GREEN value IS 103 (40.62% from 255) = 27.61%
BLUE value IS 113 (44.53% from 255) = 30.29%
R=42.09%
G=27.61%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710311300.340.280.38348.8921.650.98
Hex9D67710221C2615d1633
Octal23514716104234465352663
Binary100111011100111111000101000101110010011010101110110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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