#8E6058

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

Shades of Rose Taupe #8E6058

Tints of Rose Taupe #8E6058

Color information

#8E6058 (or 0x8E6058) is unknown color: approx Rose Taupe. HEX triplet: 8E, 60 and 58. RGB value is (142,96,88). Sum of RGB (Red+Green+Blue) = 142+96+88=326 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.56% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 88 (34.77% from 255 or 26.99% from 326); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6058 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6058 is #719FA7. Grayscale: #6C6C6C. Windows color (decimal): -7446440 or 5791886. OLE color: 5791886.

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

Color convert

RGB1429688-
CMYK00.320.380.44
HSL8.89º23.48%45.1%-
HSV(B)8.89º38.03%55.69%-
XYZ17.114.8211.19-
YUV108.84116.24151.65-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.56%
GREEN value IS 96 (37.89% from 255) = 29.45%
BLUE value IS 88 (34.77% from 255) = 26.99%
R=43.56%
G=29.45%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142968800.320.380.448.8923.4845.1
Hex8E6058020262C9172d
Octal2161401300404654112755
Binary10001110110000010110000100000100110101100100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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