Html Css Color HEX #9F686E Turkish Rose

📋 copy color: '#9F686E'

red 159 ◦ green 104 ◦ blue 110

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

Shades of Turkish Rose #9F686E

Tints of Turkish Rose #9F686E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.88%

 BLUE value IS 110 (43.36% from 255) = 29.49%

R = 42.63%
G = 27.88%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9F686E (or 0x9F686E) is known color: Turkish Rose. HEX triplet: 9F, 68 and 6E. RGB value is (159,104,110). Sum of RGB (Red+Green+Blue) = 159+104+110=373 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.63% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 110 (43.36% from 255 or 29.49% from 373); Max value from RGB is 159 - color contains mainly: red. Hex color #9F686E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F686E is #609791. Grayscale: #797979. Windows color (decimal): -6330258 or 7235743. OLE color: 7235743.

HSL color Cylindrical-coordinate representation of color #9F686E: hue angle of 353.45º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9F686E is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 104 110 -
CMYK 0 0.35 0.31 0.38
HSL 353.45º 0.22% 0.52% -
HSV(B) 353.45º 0.35% 0.62% -
XYZ 22.06 18.4 17.14 -
YUV 121.13 121.72 155.01 -
System Red Green Blue C M Y K H S L
Decimal 159 104 110 0 0.35 0.31 0.38 353.45 0.22 0.52
Hex 9F 68 6E 0 23 1F 26 161 16 34
Octal 237 150 156 0 43 37 46 541 26 64
Binary 10011111 1101000 1101110 0 100011 11111 100110 101100001 10110 110100

Color Harmonies of #9F686E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F686E

Black with #9F686E

Text Example


Text Example

White with #9F686E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,104,110); }

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

background-color css

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

 a { background-color: rgb(159,104,110); }

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

border-color css

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

 span { border-color: rgb(159,104,110); }

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