Html Css Color HEX #9E6D79 Turkish Rose

📋 copy color: '#9E6D79'

red 158 ◦ green 109 ◦ blue 121

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

Shades of Turkish Rose #9E6D79

Tints of Turkish Rose #9E6D79

RGB

 RED value IS 158 (62.11% from 255) = 40.72%

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

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

R = 40.72%
G = 28.09%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#9E6D79 (or 0x9E6D79) is known color: Turkish Rose. HEX triplet: 9E, 6D and 79. RGB value is (158,109,121). Sum of RGB (Red+Green+Blue) = 158+109+121=388 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.72% from 388); Green value is 109 (42.97% from 255 or 28.09% from 388); Blue value is 121 (47.66% from 255 or 31.19% from 388); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6D79 is #619286. Grayscale: #7D7D7D. Windows color (decimal): -6394503 or 7957918. OLE color: 7957918.

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

Color convert

RGB 158 109 121 -
CMYK 0 0.31 0.23 0.38
HSL 345.31º 0.2% 0.52% -
HSV(B) 345.31º 0.31% 0.62% -
XYZ 23.02 19.59 20.66 -
YUV 125.02 125.73 151.52 -
System Red Green Blue C M Y K H S L
Decimal 158 109 121 0 0.31 0.23 0.38 345.31 0.2 0.52
Hex 9E 6D 79 0 1F 17 26 159 14 34
Octal 236 155 171 0 37 27 46 531 24 64
Binary 10011110 1101101 1111001 0 11111 10111 100110 101011001 10100 110100

Color Harmonies of #9E6D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6D79

Black with #9E6D79

Text Example


Text Example

White with #9E6D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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