Html Css Color HEX #9F6D79 Turkish Rose

📋 copy color: '#9F6D79'

red 159 ◦ green 109 ◦ blue 121

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

Shades of Turkish Rose #9F6D79

Tints of Turkish Rose #9F6D79

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.02%

 BLUE value IS 121 (47.66% from 255) = 31.11%

R = 40.87%
G = 28.02%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#9F6D79 (or 0x9F6D79) is known color: Turkish Rose. HEX triplet: 9F, 6D and 79. RGB value is (159,109,121). Sum of RGB (Red+Green+Blue) = 159+109+121=389 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.87% from 389); Green value is 109 (42.97% from 255 or 28.02% from 389); Blue value is 121 (47.66% from 255 or 31.11% from 389); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6D79 is #609286. Grayscale: #7D7D7D. Windows color (decimal): -6328967 or 7957919. OLE color: 7957919.

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

Color convert

RGB 159 109 121 -
CMYK 0 0.31 0.24 0.38
HSL 345.6º 0.21% 0.53% -
HSV(B) 345.6º 0.31% 0.62% -
XYZ 23.22 19.69 20.67 -
YUV 125.32 125.57 152.02 -
System Red Green Blue C M Y K H S L
Decimal 159 109 121 0 0.31 0.24 0.38 345.6 0.21 0.53
Hex 9F 6D 79 0 1F 18 26 15A 15 35
Octal 237 155 171 0 37 30 46 532 25 65
Binary 10011111 1101101 1111001 0 11111 11000 100110 101011010 10101 110101

Color Harmonies of #9F6D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6D79

Black with #9F6D79

Text Example


Text Example

White with #9F6D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,109,121); }

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

background-color css

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

 a { background-color: rgb(159,109,121); }

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

border-color css

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

 span { border-color: rgb(159,109,121); }

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