#8E6261

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

Shades of Rose Taupe #8E6261

Tints of Rose Taupe #8E6261

Color information

#8E6261 (or 0x8E6261) is unknown color: approx Rose Taupe. HEX triplet: 8E, 62 and 61. RGB value is (142,98,97). Sum of RGB (Red+Green+Blue) = 142+98+97=337 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.14% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 97 (38.28% from 255 or 28.78% from 337); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6261 is #719D9E. Grayscale: #6F6F6F. Windows color (decimal): -7445919 or 6382222. OLE color: 6382222.

HSL color Cylindrical-coordinate representation of color #8E6261: hue angle of 1.33º 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 #8E6261 is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB1429897-
CMYK00.310.320.44
HSL1.33º18.83%46.86%-
HSV(B)1.33º31.69%55.69%-
XYZ17.6815.3513.34-
YUV111.04120.08150.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.14%
GREEN value IS 98 (38.67% from 255) = 29.08%
BLUE value IS 97 (38.28% from 255) = 28.78%
R=42.14%
G=29.08%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142989700.310.320.441.3318.8346.86
Hex8E626101F202C1132f
Octal216142141037405412357
Binary1000111011000101100001011111100000101100110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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