#855F68

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

Shades of Mauve Taupe #855F68

Tints of Mauve Taupe #855F68

Color information

#855F68 (or 0x855F68) is unknown color: approx Mauve Taupe. HEX triplet: 85, 5F and 68. RGB value is (133,95,104). Sum of RGB (Red+Green+Blue) = 133+95+104=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 95 (37.5% from 255 or 28.61% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 133 - color contains mainly: red. Hex color #855F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855F68 is #7AA097. Grayscale: #6B6B6B. Windows color (decimal): -8036504 or 6840197. OLE color: 6840197.

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

Color convert

RGB13395104-
CMYK00.290.220.48
HSL345.79º16.67%44.71%-
HSV(B)345.79º28.57%52.16%-
XYZ16.2614.1714.97-
YUV107.39126.09146.27-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.06%
GREEN value IS 95 (37.5% from 255) = 28.61%
BLUE value IS 104 (41.02% from 255) = 31.33%
R=40.06%
G=28.61%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339510400.290.220.48345.7916.6744.71
Hex855F6801D163015a112d
Octal20513715003526605322155
Binary10000101101111111010000111011011011000010101101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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