#9D8687

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

Shades of Turkish Rose #9D8687

Tints of Turkish Rose #9D8687

Color information

#9D8687 (or 0x9D8687) is unknown color: approx Turkish Rose. HEX triplet: 9D, 86 and 87. RGB value is (157,134,135). Sum of RGB (Red+Green+Blue) = 157+134+135=426 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.85% from 426); Green value is 134 (52.73% from 255 or 31.46% from 426); Blue value is 135 (53.12% from 255 or 31.69% from 426); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8687 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8687 is #627978. Grayscale: #8D8D8D. Windows color (decimal): -6453625 or 8881821. OLE color: 8881821.

HSL color Cylindrical-coordinate representation of color #9D8687: hue angle of 357.39º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9D8687 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB157134135-
CMYK00.150.140.38
HSL357.39º10.5%57.06%-
HSV(B)357.39º14.65%61.57%-
XYZ26.825.9726.52-
YUV140.99124.62139.42-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.85%
GREEN value IS 134 (52.73% from 255) = 31.46%
BLUE value IS 135 (53.12% from 255) = 31.69%
R=36.85%
G=31.46%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713413500.150.140.38357.3910.557.06
Hex9D86870FE26165b39
Octal23520620701716465451371
Binary1001110110000110100001110111111101001101011001011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,134,135); }

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

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

 a { background-color: rgb(157,134,135); }

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

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

 span { border-color: rgb(157,134,135); }

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