#8E6060

Color #8E6060 Rose Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Taupe #8E6060

Tints of Rose Taupe #8E6060

Color information

#8E6060 (or 0x8E6060) is unknown color: approx Rose Taupe. HEX triplet: 8E, 60 and 60. RGB value is (142,96,96). Sum of RGB (Red+Green+Blue) = 142+96+96=334 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.51% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6060 is #719F9F. Grayscale: #6D6D6D. Windows color (decimal): -7446432 or 6316174. OLE color: 6316174.

HSL color Cylindrical-coordinate representation of color #8E6060: hue angle of 0º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8E6060 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB1429696-
CMYK00.320.320.44
HSL19.33%46.67%-
HSV(B)32.39%55.69%-
XYZ17.4514.9613.03-
YUV109.75120.24151-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.51%
GREEN value IS 96 (37.89% from 255) = 28.74%
BLUE value IS 96 (37.89% from 255) = 28.74%
R=42.51%
G=28.74%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142969600.320.320.44019.3346.67
Hex8E6060020202C0132f
Octal216140140040405402357
Binary10001110110000011000000100000100000101100010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E6060; }

 p { color: rgb(142,96,96); }

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

<style>
 a { background-color: #8E6060; }

 a { background-color: rgb(142,96,96); }

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

<style>
 span { border-color: #8E6060; }

 span { border-color: rgb(142,96,96); }

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