#8E6059

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

Shades of Rose Taupe #8E6059

Tints of Rose Taupe #8E6059

Color information

#8E6059 (or 0x8E6059) is unknown color: approx Rose Taupe. HEX triplet: 8E, 60 and 59. RGB value is (142,96,89). Sum of RGB (Red+Green+Blue) = 142+96+89=327 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.43% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 89 (35.16% from 255 or 27.22% from 327); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6059 is #719FA6. Grayscale: #6D6D6D. Windows color (decimal): -7446439 or 5857422. OLE color: 5857422.

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

Color convert

RGB1429689-
CMYK00.320.370.44
HSL7.92º22.94%45.29%-
HSV(B)7.92º37.32%55.69%-
XYZ17.1414.8411.41-
YUV108.96116.74151.57-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.43%
GREEN value IS 96 (37.89% from 255) = 29.36%
BLUE value IS 89 (35.16% from 255) = 27.22%
R=43.43%
G=29.36%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142968900.320.370.447.9222.9445.29
Hex8E6059020252C8172d
Octal2161401310404554102755
Binary10001110110000010110010100000100101101100100010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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