#9D6668

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

Shades of Turkish Rose #9D6668

Tints of Turkish Rose #9D6668

Color information

#9D6668 (or 0x9D6668) is unknown color: approx Turkish Rose. HEX triplet: 9D, 66 and 68. RGB value is (157,102,104). Sum of RGB (Red+Green+Blue) = 157+102+104=363 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.25% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6668 is #629997. Grayscale: #767676. Windows color (decimal): -6461848 or 6842013. OLE color: 6842013.

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

Color convert

RGB157102104-
CMYK00.350.340.38
HSL357.82º21.91%50.78%-
HSV(B)357.82º35.03%61.57%-
XYZ21.1517.6715.39-
YUV118.67119.72155.34-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.25%
GREEN value IS 102 (40.23% from 255) = 28.10%
BLUE value IS 104 (41.02% from 255) = 28.65%
R=43.25%
G=28.10%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710210400.350.340.38357.8221.9150.78
Hex9D666802322261661633
Octal23514615004342465462663
Binary1001110111001101101000010001110001010011010110011010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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