#9E6676

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

Shades of Turkish Rose #9E6676

Tints of Turkish Rose #9E6676

Color information

#9E6676 (or 0x9E6676) is unknown color: approx Turkish Rose. HEX triplet: 9E, 66 and 76. RGB value is (158,102,118). Sum of RGB (Red+Green+Blue) = 158+102+118=378 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.80% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6676 is #619989. Grayscale: #787878. Windows color (decimal): -6396298 or 7759518. OLE color: 7759518.

HSL color Cylindrical-coordinate representation of color #9E6676: hue angle of 342.86º 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 #9E6676 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB158102118-
CMYK00.350.250.38
HSL342.86º22.4%50.98%-
HSV(B)342.86º35.44%61.96%-
XYZ22.1218.0819.46-
YUV120.57126.55154.7-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.80%
GREEN value IS 102 (40.23% from 255) = 26.98%
BLUE value IS 118 (46.48% from 255) = 31.22%
R=41.80%
G=26.98%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15810211800.350.250.38342.8622.450.98
Hex9E667602319261571633
Octal23614616604331465272663
Binary100111101100110111011001000111100110011010101011110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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