Html Css Color HEX #9D6E79 Turkish Rose

📋 copy color: '#9D6E79'

red 157 ◦ green 110 ◦ blue 121

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

Shades of Turkish Rose #9D6E79

Tints of Turkish Rose #9D6E79

RGB

 RED value IS 157 (61.72% from 255) = 40.46%

 GREEN value IS 110 (43.36% from 255) = 28.35%

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

R = 40.46%
G = 28.35%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#9D6E79 (or 0x9D6E79) is known color: Turkish Rose. HEX triplet: 9D, 6E and 79. RGB value is (157,110,121). Sum of RGB (Red+Green+Blue) = 157+110+121=388 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.46% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 121 (47.66% from 255 or 31.19% from 388); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6E79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6E79 is #629186. Grayscale: #7D7D7D. Windows color (decimal): -6459783 or 7958173. OLE color: 7958173.

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

Color convert

RGB 157 110 121 -
CMYK 0 0.30 0.23 0.38
HSL 345.96º 0.19% 0.52% -
HSV(B) 345.96º 0.3% 0.62% -
XYZ 22.93 19.7 20.68 -
YUV 125.31 125.57 150.61 -
System Red Green Blue C M Y K H S L
Decimal 157 110 121 0 0.30 0.23 0.38 345.96 0.19 0.52
Hex 9D 6E 79 0 1E 17 26 15A 13 34
Octal 235 156 171 0 36 27 46 532 23 64
Binary 10011101 1101110 1111001 0 11110 10111 100110 101011010 10011 110100

Color Harmonies of #9D6E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6E79

Black with #9D6E79

Text Example


Text Example

White with #9D6E79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,110,121); }

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

background-color css

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

 a { background-color: rgb(157,110,121); }

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

border-color css

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

 span { border-color: rgb(157,110,121); }

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