Html Css Color HEX #9E8687 Turkish Rose

📋 copy color: '#9E8687'

red 158 ◦ green 134 ◦ blue 135

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

Shades of Turkish Rose #9E8687

Tints of Turkish Rose #9E8687

RGB

 RED value IS 158 (62.11% from 255) = 37%

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

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

R = 37%
G = 31.38%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#9E8687 (or 0x9E8687) is known color: Turkish Rose. HEX triplet: 9E, 86 and 87. RGB value is (158,134,135). Sum of RGB (Red+Green+Blue) = 158+134+135=427 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.00% from 427); Green value is 134 (52.73% from 255 or 31.38% from 427); Blue value is 135 (53.12% from 255 or 31.62% from 427); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8687 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8687 is #617978. Grayscale: #8D8D8D. Windows color (decimal): -6388089 or 8881822. OLE color: 8881822.

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

Color convert

RGB 158 134 135 -
CMYK 0 0.15 0.15 0.38
HSL 357.5º 0.11% 0.57% -
HSV(B) 357.5º 0.15% 0.62% -
XYZ 27 26.07 26.53 -
YUV 141.29 124.45 139.92 -
System Red Green Blue C M Y K H S L
Decimal 158 134 135 0 0.15 0.15 0.38 357.5 0.11 0.57
Hex 9E 86 87 0 F F 26 166 B 39
Octal 236 206 207 0 17 17 46 546 13 71
Binary 10011110 10000110 10000111 0 1111 1111 100110 101100110 1011 111001

Color Harmonies of #9E8687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8687

Black with #9E8687

Text Example


Text Example

White with #9E8687

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E8687;
 }
 .AnyTagClassName
 {
   color: #9E8687;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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