#9D6D71

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

Shades of Turkish Rose #9D6D71

Tints of Turkish Rose #9D6D71

Color information

#9D6D71 (or 0x9D6D71) is unknown color: approx Turkish Rose. HEX triplet: 9D, 6D and 71. RGB value is (157,109,113). Sum of RGB (Red+Green+Blue) = 157+109+113=379 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.42% from 379); Green value is 109 (42.97% from 255 or 28.76% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6D71 is #62928E. Grayscale: #7B7B7B. Windows color (decimal): -6460047 or 7433629. OLE color: 7433629.

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

Color convert

RGB157109113-
CMYK00.310.280.38
HSL355º19.67%52.16%-
HSV(B)355º30.57%61.57%-
XYZ22.3519.318.17-
YUV123.81121.9151.67-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.42%
GREEN value IS 109 (42.97% from 255) = 28.76%
BLUE value IS 113 (44.53% from 255) = 29.82%
R=41.42%
G=28.76%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710911300.310.280.3835519.6752.16
Hex9D6D7101F1C261631434
Octal23515516103734465432464
Binary10011101110110111100010111111110010011010110001110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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