#855F6E

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

Shades of Mauve Taupe #855F6E

Tints of Mauve Taupe #855F6E

Color information

#855F6E (or 0x855F6E) is unknown color: approx Mauve Taupe. HEX triplet: 85, 5F and 6E. RGB value is (133,95,110). Sum of RGB (Red+Green+Blue) = 133+95+110=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 95 (37.5% from 255 or 28.11% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 133 - color contains mainly: red. Hex color #855F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855F6E is #7AA091. Grayscale: #6C6C6C. Windows color (decimal): -8036498 or 7233413. OLE color: 7233413.

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

Color convert

RGB13395110-
CMYK00.290.170.48
HSL336.32º16.67%44.71%-
HSV(B)336.32º28.57%52.16%-
XYZ16.5814.316.64-
YUV108.07129.09145.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.35%
GREEN value IS 95 (37.5% from 255) = 28.11%
BLUE value IS 110 (43.36% from 255) = 32.54%
R=39.35%
G=28.11%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339511000.290.170.48336.3216.6744.71
Hex855F6E01D1130150112d
Octal20513715603521605202155
Binary10000101101111111011100111011000111000010101000010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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