#855E6E

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

Shades of Mauve Taupe #855E6E

Tints of Mauve Taupe #855E6E

Color information

#855E6E (or 0x855E6E) is unknown color: approx Mauve Taupe. HEX triplet: 85, 5E and 6E. RGB value is (133,94,110). Sum of RGB (Red+Green+Blue) = 133+94+110=337 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.47% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 133 - color contains mainly: red. Hex color #855E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855E6E is #7AA191. Grayscale: #6B6B6B. Windows color (decimal): -8036754 or 7233157. OLE color: 7233157.

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

Color convert

RGB13394110-
CMYK00.290.170.48
HSL335.38º17.18%44.51%-
HSV(B)335.38º29.32%52.16%-
XYZ16.4914.1216.61-
YUV107.48129.42146.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.47%
GREEN value IS 94 (37.11% from 255) = 27.89%
BLUE value IS 110 (43.36% from 255) = 32.64%
R=39.47%
G=27.89%
B=32.64%

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
Decimal1339411000.290.170.48335.3817.1844.51
Hex855E6E01D113014f112d
Octal20513615603521605172155
Binary10000101101111011011100111011000111000010100111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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