#9E6166

Color #9E6166 Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #9E6166

Tints of Turkish Rose #9E6166

Color information

#9E6166 (or 0x9E6166) is unknown color: approx 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

RGB15897102-
CMYK00.390.350.38
HSL355.08º23.92%50%-
HSV(B)355.08º38.61%61.96%-
XYZ20.7716.7814.71-
YUV115.81120.21158.09-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1589710200.390.350.38355.0823.9250
Hex9E616602723261631832
Octal23614114604743465433062
Binary1001111011000011100110010011110001110011010110001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>