Html Css Color HEX #9E6166 Turkish Rose

📋 copy color: '#9E6166'

red 158 ◦ green 97 ◦ blue 102

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

Shades of Turkish Rose #9E6166

Tints of Turkish Rose #9E6166

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.17%

 BLUE value IS 102 (40.23% from 255) = 28.57%

R = 44.26%
G = 27.17%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#9E6166 (or 0x9E6166) is known color: Turkish Rose. HEX triplet: 9E, 61 and 66. RGB value is (158,97,102). Sum of RGB (Red+Green+Blue) = 158+97+102=357 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.26% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6166 is #619E99. Grayscale: #737373. Windows color (decimal): -6397594 or 6709662. OLE color: 6709662.

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

Color convert

RGB 158 97 102 -
CMYK 0 0.39 0.35 0.38
HSL 355.08º 0.24% 0.5% -
HSV(B) 355.08º 0.39% 0.62% -
XYZ 20.77 16.78 14.71 -
YUV 115.81 120.21 158.09 -
System Red Green Blue C M Y K H S L
Decimal 158 97 102 0 0.39 0.35 0.38 355.08 0.24 0.5
Hex 9E 61 66 0 27 23 26 163 18 32
Octal 236 141 146 0 47 43 46 543 30 62
Binary 10011110 1100001 1100110 0 100111 100011 100110 101100011 11000 110010

Color Harmonies of #9E6166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6166

Black with #9E6166

Text Example


Text Example

White with #9E6166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,97,102); }

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

background-color css

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

 a { background-color: rgb(158,97,102); }

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

border-color css

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

 span { border-color: rgb(158,97,102); }

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