#9D6A72

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

Shades of Turkish Rose #9D6A72

Tints of Turkish Rose #9D6A72

Color information

#9D6A72 (or 0x9D6A72) is unknown color: approx Turkish Rose. HEX triplet: 9D, 6A and 72. RGB value is (157,106,114). Sum of RGB (Red+Green+Blue) = 157+106+114=377 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.64% from 377); Green value is 106 (41.80% from 255 or 28.12% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6A72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6A72 is #62958D. Grayscale: #7A7A7A. Windows color (decimal): -6460814 or 7498397. OLE color: 7498397.

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

Color convert

RGB157106114-
CMYK00.320.270.38
HSL350.59º20.65%51.57%-
HSV(B)350.59º32.48%61.57%-
XYZ22.118.6918.36-
YUV122.16123.4152.85-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.64%
GREEN value IS 106 (41.80% from 255) = 28.12%
BLUE value IS 114 (44.92% from 255) = 30.24%
R=41.64%
G=28.12%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710611400.320.270.38350.5920.6551.57
Hex9D6A720201B2615f1534
Octal23515216204033465372564
Binary100111011101010111001001000001101110011010101111110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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