#855F62

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

Shades of Mauve Taupe #855F62

Tints of Mauve Taupe #855F62

Color information

#855F62 (or 0x855F62) is unknown color: approx Mauve Taupe. HEX triplet: 85, 5F and 62. RGB value is (133,95,98). Sum of RGB (Red+Green+Blue) = 133+95+98=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 95 (37.5% from 255 or 29.14% from 326); Blue value is 98 (38.67% from 255 or 30.06% from 326); Max value from RGB is 133 - color contains mainly: red. Hex color #855F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855F62 is #7AA09D. Grayscale: #6A6A6A. Windows color (decimal): -8036510 or 6446981. OLE color: 6446981.

HSL color Cylindrical-coordinate representation of color #855F62: hue angle of 355.26º 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 #855F62 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB1339598-
CMYK00.290.260.48
HSL355.26º16.67%44.71%-
HSV(B)355.26º28.57%52.16%-
XYZ15.9714.0513.43-
YUV106.7123.09146.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.80%
GREEN value IS 95 (37.5% from 255) = 29.14%
BLUE value IS 98 (38.67% from 255) = 30.06%
R=40.80%
G=29.14%
B=30.06%

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
Decimal133959800.290.260.48355.2616.6744.71
Hex855F6201D1A30163112d
Octal20513714203532605432155
Binary10000101101111111000100111011101011000010110001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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