#855F63

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

Shades of Mauve Taupe #855F63

Tints of Mauve Taupe #855F63

Color information

#855F63 (or 0x855F63) is unknown color: approx Mauve Taupe. HEX triplet: 85, 5F and 63. RGB value is (133,95,99). Sum of RGB (Red+Green+Blue) = 133+95+99=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 95 (37.5% from 255 or 29.05% from 327); Blue value is 99 (39.06% from 255 or 30.28% from 327); Max value from RGB is 133 - color contains mainly: red. Hex color #855F63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855F63 is #7AA09C. Grayscale: #6A6A6A. Windows color (decimal): -8036509 or 6512517. OLE color: 6512517.

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

Color convert

RGB1339599-
CMYK00.290.260.48
HSL353.68º16.67%44.71%-
HSV(B)353.68º28.57%52.16%-
XYZ16.0214.0713.68-
YUV106.82123.59146.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.67%
GREEN value IS 95 (37.5% from 255) = 29.05%
BLUE value IS 99 (39.06% from 255) = 30.28%
R=40.67%
G=29.05%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133959900.290.260.48353.6816.6744.71
Hex855F6301D1A30162112d
Octal20513714303532605422155
Binary10000101101111111000110111011101011000010110001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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