#855F64

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

Shades of Mauve Taupe #855F64

Tints of Mauve Taupe #855F64

Color information

#855F64 (or 0x855F64) is unknown color: approx Mauve Taupe. HEX triplet: 85, 5F and 64. RGB value is (133,95,100). Sum of RGB (Red+Green+Blue) = 133+95+100=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 100 (39.45% from 255 or 30.49% from 328); Max value from RGB is 133 - color contains mainly: red. Hex color #855F64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855F64 is #7AA09B. Grayscale: #6A6A6A. Windows color (decimal): -8036508 or 6578053. OLE color: 6578053.

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

Color convert

RGB13395100-
CMYK00.290.250.48
HSL352.11º16.67%44.71%-
HSV(B)352.11º28.57%52.16%-
XYZ16.0714.0913.93-
YUV106.93124.09146.59-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.55%
GREEN value IS 95 (37.5% from 255) = 28.96%
BLUE value IS 100 (39.45% from 255) = 30.49%
R=40.55%
G=28.96%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339510000.290.250.48352.1116.6744.71
Hex855F6401D1930160112d
Octal20513714403531605402155
Binary10000101101111111001000111011100111000010110000010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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