#855F6B

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

Shades of Mauve Taupe #855F6B

Tints of Mauve Taupe #855F6B

Color information

#855F6B (or 0x855F6B) is unknown color: approx Mauve Taupe. HEX triplet: 85, 5F and 6B. RGB value is (133,95,107). Sum of RGB (Red+Green+Blue) = 133+95+107=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 133 - color contains mainly: red. Hex color #855F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855F6B is #7AA094. Grayscale: #6B6B6B. Windows color (decimal): -8036501 or 7036805. OLE color: 7036805.

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

Color convert

RGB13395107-
CMYK00.290.200.48
HSL341.05º16.67%44.71%-
HSV(B)341.05º28.57%52.16%-
XYZ16.4214.2315.79-
YUV107.73127.59146.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.70%
GREEN value IS 95 (37.5% from 255) = 28.36%
BLUE value IS 107 (42.19% from 255) = 31.94%
R=39.70%
G=28.36%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339510700.290.200.48341.0516.6744.71
Hex855F6B01D1430155112d
Octal20513715303524605252155
Binary10000101101111111010110111011010011000010101010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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