Html Css Color HEX #9F8687 Turkish Rose

📋 copy color: '#9F8687'

red 159 ◦ green 134 ◦ blue 135

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

Shades of Turkish Rose #9F8687

Tints of Turkish Rose #9F8687

RGB

 RED value IS 159 (62.5% from 255) = 37.15%

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

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

R = 37.15%
G = 31.31%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#9F8687 (or 0x9F8687) is known color: Turkish Rose. HEX triplet: 9F, 86 and 87. RGB value is (159,134,135). Sum of RGB (Red+Green+Blue) = 159+134+135=428 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.15% from 428); Green value is 134 (52.73% from 255 or 31.31% from 428); Blue value is 135 (53.12% from 255 or 31.54% from 428); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8687 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8687 is #607978. Grayscale: #8D8D8D. Windows color (decimal): -6322553 or 8881823. OLE color: 8881823.

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

Color convert

RGB 159 134 135 -
CMYK 0 0.16 0.15 0.38
HSL 357.6º 0.12% 0.57% -
HSV(B) 357.6º 0.16% 0.62% -
XYZ 27.2 26.17 26.54 -
YUV 141.59 124.28 140.42 -
System Red Green Blue C M Y K H S L
Decimal 159 134 135 0 0.16 0.15 0.38 357.6 0.12 0.57
Hex 9F 86 87 0 10 F 26 166 C 39
Octal 237 206 207 0 20 17 46 546 14 71
Binary 10011111 10000110 10000111 0 10000 1111 100110 101100110 1100 111001

Color Harmonies of #9F8687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8687

Black with #9F8687

Text Example


Text Example

White with #9F8687

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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