#9B8687

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

Shades of Turkish Rose #9B8687

Tints of Turkish Rose #9B8687

Color information

#9B8687 (or 0x9B8687) is unknown color: approx Turkish Rose. HEX triplet: 9B, 86 and 87. RGB value is (155,134,135). Sum of RGB (Red+Green+Blue) = 155+134+135=424 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.56% from 424); Green value is 134 (52.73% from 255 or 31.60% from 424); Blue value is 135 (53.12% from 255 or 31.84% from 424); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8687 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8687 is #647978. Grayscale: #8C8C8C. Windows color (decimal): -6584697 or 8881819. OLE color: 8881819.

HSL color Cylindrical-coordinate representation of color #9B8687: hue angle of 357.14º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9B8687 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB155134135-
CMYK00.140.130.39
HSL357.14º9.5%56.67%-
HSV(B)357.14º13.55%60.78%-
XYZ26.4225.7726.5-
YUV140.39124.96138.42-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.56%
GREEN value IS 134 (52.73% from 255) = 31.60%
BLUE value IS 135 (53.12% from 255) = 31.84%
R=36.56%
G=31.60%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513413500.140.130.39357.149.556.67
Hex9B86870ED27165a39
Octal23320620701615475451271
Binary1001101110000110100001110111011011001111011001011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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