#8E635F

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

Shades of Rose Taupe #8E635F

Tints of Rose Taupe #8E635F

Color information

#8E635F (or 0x8E635F) is unknown color: approx Rose Taupe. HEX triplet: 8E, 63 and 5F. RGB value is (142,99,95). Sum of RGB (Red+Green+Blue) = 142+99+95=336 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.26% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 95 (37.5% from 255 or 28.27% from 336); Max value from RGB is 142 - color contains mainly: red. Hex color #8E635F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E635F is #719CA0. Grayscale: #6F6F6F. Windows color (decimal): -7445665 or 6251406. OLE color: 6251406.

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

Color convert

RGB1429995-
CMYK00.300.330.44
HSL5.11º19.83%46.47%-
HSV(B)5.11º33.1%55.69%-
XYZ17.6815.512.89-
YUV111.4118.75149.83-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.26%
GREEN value IS 99 (39.06% from 255) = 29.46%
BLUE value IS 95 (37.5% from 255) = 28.27%
R=42.26%
G=29.46%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142999500.300.330.445.1119.8346.47
Hex8E635F01E212C5142e
Octal216143137036415452456
Binary100011101100011101111101111010000110110010110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E635F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,99,95); }

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

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

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

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

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

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

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