#9D646C

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

Shades of Turkish Rose #9D646C

Tints of Turkish Rose #9D646C

Color information

#9D646C (or 0x9D646C) is unknown color: approx Turkish Rose. HEX triplet: 9D, 64 and 6C. RGB value is (157,100,108). Sum of RGB (Red+Green+Blue) = 157+100+108=365 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.01% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 157 - color contains mainly: red. Hex color #9D646C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D646C is #629B93. Grayscale: #757575. Windows color (decimal): -6462356 or 7103645. OLE color: 7103645.

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

Color convert

RGB157100108-
CMYK00.360.310.38
HSL351.58º22.53%50.39%-
HSV(B)351.58º36.31%61.57%-
XYZ21.1717.3716.42-
YUV117.96122.38155.85-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.01%
GREEN value IS 100 (39.45% from 255) = 27.40%
BLUE value IS 108 (42.58% from 255) = 29.59%
R=43.01%
G=27.40%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710010800.360.310.38351.5822.5350.39
Hex9D646C0241F261601732
Octal23514415404437465402762
Binary100111011100100110110001001001111110011010110000010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D646C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,100,108); }

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

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

 a { background-color: rgb(157,100,108); }

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

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

 span { border-color: rgb(157,100,108); }

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