#9D6F71

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

Shades of Turkish Rose #9D6F71

Tints of Turkish Rose #9D6F71

Color information

#9D6F71 (or 0x9D6F71) is unknown color: approx Turkish Rose. HEX triplet: 9D, 6F and 71. RGB value is (157,111,113). Sum of RGB (Red+Green+Blue) = 157+111+113=381 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.21% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 113 (44.53% from 255 or 29.66% from 381); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6F71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6F71 is #62908E. Grayscale: #7D7D7D. Windows color (decimal): -6459535 or 7434141. OLE color: 7434141.

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

Color convert

RGB157111113-
CMYK00.290.280.38
HSL357.39º19.01%52.55%-
HSV(B)357.39º29.3%61.57%-
XYZ22.5719.7318.24-
YUV124.98121.24150.84-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.21%
GREEN value IS 111 (43.75% from 255) = 29.13%
BLUE value IS 113 (44.53% from 255) = 29.66%
R=41.21%
G=29.13%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711111300.290.280.38357.3919.0152.55
Hex9D6F7101D1C261651335
Octal23515716103534465452365
Binary10011101110111111100010111011110010011010110010110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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