#9E666B

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

Shades of Turkish Rose #9E666B

Tints of Turkish Rose #9E666B

Color information

#9E666B (or 0x9E666B) is unknown color: approx Turkish Rose. HEX triplet: 9E, 66 and 6B. RGB value is (158,102,107). Sum of RGB (Red+Green+Blue) = 158+102+107=367 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.05% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 158 - color contains mainly: red. Hex color #9E666B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E666B is #619994. Grayscale: #777777. Windows color (decimal): -6396309 or 7038622. OLE color: 7038622.

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

Color convert

RGB158102107-
CMYK00.350.320.38
HSL354.64º22.4%50.98%-
HSV(B)354.64º35.44%61.96%-
XYZ21.5117.8316.22-
YUV119.31121.05155.59-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.05%
GREEN value IS 102 (40.23% from 255) = 27.79%
BLUE value IS 107 (42.19% from 255) = 29.16%
R=43.05%
G=27.79%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15810210700.350.320.38354.6422.450.98
Hex9E666B02320261631633
Octal23614615304340465432663
Binary1001111011001101101011010001110000010011010110001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E666B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E666B;
 }
 .AnyTagClassName
 {
   color: #9E666B;
 }
</style>
background-color css

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

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

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

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

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

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