#9D6166

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

Shades of Turkish Rose #9D6166

Tints of Turkish Rose #9D6166

Color information

#9D6166 (or 0x9D6166) is unknown color: approx Turkish Rose. HEX triplet: 9D, 61 and 66. RGB value is (157,97,102). Sum of RGB (Red+Green+Blue) = 157+97+102=356 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.10% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 102 (40.23% from 255 or 28.65% from 356); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6166 is #629E99. Grayscale: #737373. Windows color (decimal): -6463130 or 6709661. OLE color: 6709661.

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

Color convert

RGB15797102-
CMYK00.380.350.38
HSL355º23.62%49.8%-
HSV(B)355º38.22%61.57%-
XYZ20.5816.6814.7-
YUV115.51120.38157.59-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.10%
GREEN value IS 97 (38.28% from 255) = 27.25%
BLUE value IS 102 (40.23% from 255) = 28.65%
R=44.10%
G=27.25%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1579710200.380.350.3835523.6249.8
Hex9D616602623261631832
Octal23514114604643465433062
Binary1001110111000011100110010011010001110011010110001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,97,102); }

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

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

 a { background-color: rgb(157,97,102); }

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

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

 span { border-color: rgb(157,97,102); }

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