#855E62

Color #855E62 Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #855E62

Tints of Mauve Taupe #855E62

Color information

#855E62 (or 0x855E62) is unknown color: approx Mauve Taupe. HEX triplet: 85, 5E and 62. RGB value is (133,94,98). Sum of RGB (Red+Green+Blue) = 133+94+98=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 94 (37.11% from 255 or 28.92% from 325); Blue value is 98 (38.67% from 255 or 30.15% from 325); Max value from RGB is 133 - color contains mainly: red. Hex color #855E62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855E62 is #7AA19D. Grayscale: #6A6A6A. Windows color (decimal): -8036766 or 6446725. OLE color: 6446725.

HSL color Cylindrical-coordinate representation of color #855E62: hue angle of 353.85º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #855E62 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB1339498-
CMYK00.290.260.48
HSL353.85º17.18%44.51%-
HSV(B)353.85º29.32%52.16%-
XYZ15.8813.8713.4-
YUV106.12123.42147.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.92%
GREEN value IS 94 (37.11% from 255) = 28.92%
BLUE value IS 98 (38.67% from 255) = 30.15%
R=40.92%
G=28.92%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133949800.290.260.48353.8517.1844.51
Hex855E6201D1A30162112d
Octal20513614203532605422155
Binary10000101101111011000100111011101011000010110001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855E62; }

 p { color: rgb(133,94,98); }

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

<style>
 a { background-color: #855E62; }

 a { background-color: rgb(133,94,98); }

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

<style>
 span { border-color: #855E62; }

 span { border-color: rgb(133,94,98); }

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