Html Css Color HEX #9F697A Turkish Rose

📋 copy color: '#9F697A'

red 159 ◦ green 105 ◦ blue 122

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

Shades of Turkish Rose #9F697A

Tints of Turkish Rose #9F697A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.2%

 BLUE value IS 122 (48.05% from 255) = 31.61%

R = 41.19%
G = 27.2%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#9F697A (or 0x9F697A) is known color: Turkish Rose. HEX triplet: 9F, 69 and 7A. RGB value is (159,105,122). Sum of RGB (Red+Green+Blue) = 159+105+122=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 105 (41.41% from 255 or 27.20% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 159 - color contains mainly: red. Hex color #9F697A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F697A is #609685. Grayscale: #7B7B7B. Windows color (decimal): -6329990 or 8022431. OLE color: 8022431.

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

Color convert

RGB 159 105 122 -
CMYK 0 0.34 0.23 0.38
HSL 341.11º 0.22% 0.52% -
HSV(B) 341.11º 0.34% 0.62% -
XYZ 22.86 18.88 20.85 -
YUV 123.08 127.39 153.62 -
System Red Green Blue C M Y K H S L
Decimal 159 105 122 0 0.34 0.23 0.38 341.11 0.22 0.52
Hex 9F 69 7A 0 22 17 26 155 16 34
Octal 237 151 172 0 42 27 46 525 26 64
Binary 10011111 1101001 1111010 0 100010 10111 100110 101010101 10110 110100

Color Harmonies of #9F697A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F697A

Black with #9F697A

Text Example


Text Example

White with #9F697A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,105,122); }

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

background-color css

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

 a { background-color: rgb(159,105,122); }

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

border-color css

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

 span { border-color: rgb(159,105,122); }

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