#9D6972

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

Shades of Turkish Rose #9D6972

Tints of Turkish Rose #9D6972

Color information

#9D6972 (or 0x9D6972) is unknown color: approx Turkish Rose. HEX triplet: 9D, 69 and 72. RGB value is (157,105,114). Sum of RGB (Red+Green+Blue) = 157+105+114=376 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.76% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6972 is #62968D. Grayscale: #797979. Windows color (decimal): -6461070 or 7498141. OLE color: 7498141.

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

Color convert

RGB157105114-
CMYK00.330.270.38
HSL349.62º20.97%51.37%-
HSV(B)349.62º33.12%61.57%-
XYZ21.9918.4918.33-
YUV121.57123.73153.27-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.76%
GREEN value IS 105 (41.41% from 255) = 27.93%
BLUE value IS 114 (44.92% from 255) = 30.32%
R=41.76%
G=27.93%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710511400.330.270.38349.6220.9751.37
Hex9D69720211B2615e1533
Octal23515116204133465362563
Binary100111011101001111001001000011101110011010101111010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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