Html Css Color HEX #9F686A Turkish Rose

📋 copy color: '#9F686A'

red 159 ◦ green 104 ◦ blue 106

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

Shades of Turkish Rose #9F686A

Tints of Turkish Rose #9F686A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.73%

R = 43.09%
G = 28.18%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#9F686A (or 0x9F686A) is known color: Turkish Rose. HEX triplet: 9F, 68 and 6A. RGB value is (159,104,106). Sum of RGB (Red+Green+Blue) = 159+104+106=369 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.09% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 106 (41.80% from 255 or 28.73% from 369); Max value from RGB is 159 - color contains mainly: red. Hex color #9F686A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F686A is #609795. Grayscale: #787878. Windows color (decimal): -6330262 or 6973599. OLE color: 6973599.

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

Color convert

RGB 159 104 106 -
CMYK 0 0.35 0.33 0.38
HSL 357.82º 0.22% 0.52% -
HSV(B) 357.82º 0.35% 0.62% -
XYZ 21.85 18.31 16.02 -
YUV 120.67 119.72 155.34 -
System Red Green Blue C M Y K H S L
Decimal 159 104 106 0 0.35 0.33 0.38 357.82 0.22 0.52
Hex 9F 68 6A 0 23 21 26 166 16 34
Octal 237 150 152 0 43 41 46 546 26 64
Binary 10011111 1101000 1101010 0 100011 100001 100110 101100110 10110 110100

Color Harmonies of #9F686A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F686A

Black with #9F686A

Text Example


Text Example

White with #9F686A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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