#9D6971

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

Shades of Turkish Rose #9D6971

Tints of Turkish Rose #9D6971

Color information

#9D6971 (or 0x9D6971) is unknown color: approx Turkish Rose. HEX triplet: 9D, 69 and 71. RGB value is (157,105,113). Sum of RGB (Red+Green+Blue) = 157+105+113=375 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.87% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6971 is #62968E. Grayscale: #797979. Windows color (decimal): -6461071 or 7432605. OLE color: 7432605.

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

Color convert

RGB157105113-
CMYK00.330.280.38
HSL350.77º20.97%51.37%-
HSV(B)350.77º33.12%61.57%-
XYZ21.9418.4618.03-
YUV121.46123.23153.35-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.87%
GREEN value IS 105 (41.41% from 255) = 28%
BLUE value IS 113 (44.53% from 255) = 30.13%
R=41.87%
G=28%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710511300.330.280.38350.7720.9751.37
Hex9D69710211C2615f1533
Octal23515116104134465372563
Binary100111011101001111000101000011110010011010101111110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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