#8E615B

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

Shades of Rose Taupe #8E615B

Tints of Rose Taupe #8E615B

Color information

#8E615B (or 0x8E615B) is unknown color: approx Rose Taupe. HEX triplet: 8E, 61 and 5B. RGB value is (142,97,91). Sum of RGB (Red+Green+Blue) = 142+97+91=330 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.03% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 142 - color contains mainly: red. Hex color #8E615B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E615B is #719EA4. Grayscale: #6D6D6D. Windows color (decimal): -7446181 or 5988750. OLE color: 5988750.

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

Color convert

RGB1429791-
CMYK00.320.360.44
HSL7.06º21.89%45.69%-
HSV(B)7.06º35.92%55.69%-
XYZ17.3215.0611.89-
YUV109.77117.41150.99-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.03%
GREEN value IS 97 (38.28% from 255) = 29.39%
BLUE value IS 91 (35.94% from 255) = 27.58%
R=43.03%
G=29.39%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142979100.320.360.447.0621.8945.69
Hex8E615B020242C7162e
Octal216141133040445472656
Binary1000111011000011011011010000010010010110011110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E615B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,97,91); }

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

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

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

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

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

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

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