#9D666B

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

Shades of Turkish Rose #9D666B

Tints of Turkish Rose #9D666B

Color information

#9D666B (or 0x9D666B) is unknown color: approx Turkish Rose. HEX triplet: 9D, 66 and 6B. RGB value is (157,102,107). Sum of RGB (Red+Green+Blue) = 157+102+107=366 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.90% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 157 - color contains mainly: red. Hex color #9D666B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D666B is #629994. Grayscale: #777777. Windows color (decimal): -6461845 or 7038621. OLE color: 7038621.

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

Color convert

RGB157102107-
CMYK00.350.320.38
HSL354.55º21.91%50.78%-
HSV(B)354.55º35.03%61.57%-
XYZ21.3117.7316.21-
YUV119.01121.22155.09-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.90%
GREEN value IS 102 (40.23% from 255) = 27.87%
BLUE value IS 107 (42.19% from 255) = 29.23%
R=42.90%
G=27.87%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710210700.350.320.38354.5521.9150.78
Hex9D666B02320261631633
Octal23514615304340465432663
Binary1001110111001101101011010001110000010011010110001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D666B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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