#855F65

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

Shades of Mauve Taupe #855F65

Tints of Mauve Taupe #855F65

Color information

#855F65 (or 0x855F65) is unknown color: approx Mauve Taupe. HEX triplet: 85, 5F and 65. RGB value is (133,95,101). Sum of RGB (Red+Green+Blue) = 133+95+101=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 95 (37.5% from 255 or 28.88% from 329); Blue value is 101 (39.84% from 255 or 30.70% from 329); Max value from RGB is 133 - color contains mainly: red. Hex color #855F65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855F65 is #7AA09A. Grayscale: #6B6B6B. Windows color (decimal): -8036507 or 6643589. OLE color: 6643589.

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

Color convert

RGB13395101-
CMYK00.290.240.48
HSL350.53º16.67%44.71%-
HSV(B)350.53º28.57%52.16%-
XYZ16.1114.1114.19-
YUV107.05124.59146.51-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.43%
GREEN value IS 95 (37.5% from 255) = 28.88%
BLUE value IS 101 (39.84% from 255) = 30.70%
R=40.43%
G=28.88%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339510100.290.240.48350.5316.6744.71
Hex855F6501D183015f112d
Octal20513714503530605372155
Binary10000101101111111001010111011100011000010101111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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