Html Css Color HEX #9B8687 Turkish Rose

📋 copy color: '#9B8687'

red 155 ◦ green 134 ◦ blue 135

#9B8687
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turkish Rose #9B8687

Tints of Turkish Rose #9B8687

RGB

 RED value IS 155 (60.94% from 255) = 36.56%

 GREEN value IS 134 (52.73% from 255) = 31.6%

 BLUE value IS 135 (53.13% from 255) = 31.84%

R = 36.56%
G = 31.6%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.13

 K value IS 0.39

RGB Variations

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

Color information

#9B8687 (or 0x9B8687) is known color: 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

RGB 155 134 135 -
CMYK 0 0.14 0.13 0.39
HSL 357.14º 0.1% 0.57% -
HSV(B) 357.14º 0.14% 0.61% -
XYZ 26.42 25.77 26.5 -
YUV 140.39 124.96 138.42 -
System Red Green Blue C M Y K H S L
Decimal 155 134 135 0 0.14 0.13 0.39 357.14 0.1 0.57
Hex 9B 86 87 0 E D 27 165 A 39
Octal 233 206 207 0 16 15 47 545 12 71
Binary 10011011 10000110 10000111 0 1110 1101 100111 101100101 1010 111001

Color Harmonies of #9B8687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8687

Black with #9B8687

Text Example


Text Example

White with #9B8687

Text Example


Text Example

HTML Codes & Css Web 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>