#855F69

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

Shades of Mauve Taupe #855F69

Tints of Mauve Taupe #855F69

Color information

#855F69 (or 0x855F69) is unknown color: approx Mauve Taupe. HEX triplet: 85, 5F and 69. RGB value is (133,95,105). Sum of RGB (Red+Green+Blue) = 133+95+105=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 95 (37.5% from 255 or 28.53% from 333); Blue value is 105 (41.41% from 255 or 31.53% from 333); Max value from RGB is 133 - color contains mainly: red. Hex color #855F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855F69 is #7AA096. Grayscale: #6B6B6B. Windows color (decimal): -8036503 or 6905733. OLE color: 6905733.

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

Color convert

RGB13395105-
CMYK00.290.210.48
HSL344.21º16.67%44.71%-
HSV(B)344.21º28.57%52.16%-
XYZ16.3114.1915.24-
YUV107.5126.59146.19-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.94%
GREEN value IS 95 (37.5% from 255) = 28.53%
BLUE value IS 105 (41.41% from 255) = 31.53%
R=39.94%
G=28.53%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339510500.290.210.48344.2116.6744.71
Hex855F6901D1530158112d
Octal20513715103525605302155
Binary10000101101111111010010111011010111000010101100010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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