Html Css Color HEX #9E6972 Turkish Rose

📋 copy color: '#9E6972'

red 158 ◦ green 105 ◦ blue 114

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

Shades of Turkish Rose #9E6972

Tints of Turkish Rose #9E6972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.24%

R = 41.91%
G = 27.85%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#9E6972 (or 0x9E6972) is known color: Turkish Rose. HEX triplet: 9E, 69 and 72. RGB value is (158,105,114). Sum of RGB (Red+Green+Blue) = 158+105+114=377 (49% of max value = 765). Red value is 158 (62.11% from 255 or 41.91% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6972 is #61968D. Grayscale: #797979. Windows color (decimal): -6395534 or 7498142. OLE color: 7498142.

HSL color Cylindrical-coordinate representation of color #9E6972: hue angle of 349.81º degrees, saturation: 0.21, 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 #9E6972 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 105 114 -
CMYK 0 0.34 0.28 0.38
HSL 349.81º 0.21% 0.52% -
HSV(B) 349.81º 0.34% 0.62% -
XYZ 22.19 18.59 18.34 -
YUV 121.87 123.56 153.77 -
System Red Green Blue C M Y K H S L
Decimal 158 105 114 0 0.34 0.28 0.38 349.81 0.21 0.52
Hex 9E 69 72 0 22 1C 26 15E 15 34
Octal 236 151 162 0 42 34 46 536 25 64
Binary 10011110 1101001 1110010 0 100010 11100 100110 101011110 10101 110100

Color Harmonies of #9E6972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6972

Black with #9E6972

Text Example


Text Example

White with #9E6972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,105,114); }

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

background-color css

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

 a { background-color: rgb(158,105,114); }

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

border-color css

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

 span { border-color: rgb(158,105,114); }

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