#855C69

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

Shades of Mauve Taupe #855C69

Tints of Mauve Taupe #855C69

Color information

#855C69 (or 0x855C69) is unknown color: approx Mauve Taupe. HEX triplet: 85, 5C and 69. RGB value is (133,92,105). Sum of RGB (Red+Green+Blue) = 133+92+105=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 133 - color contains mainly: red. Hex color #855C69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855C69 is #7AA396. Grayscale: #696969. Windows color (decimal): -8037271 or 6904965. OLE color: 6904965.

HSL color Cylindrical-coordinate representation of color #855C69: hue angle of 340.98º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #855C69 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB13392105-
CMYK00.310.210.48
HSL340.98º18.22%44.12%-
HSV(B)340.98º30.83%52.16%-
XYZ16.0513.6615.16-
YUV105.74127.58147.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.30%
GREEN value IS 92 (36.33% from 255) = 27.88%
BLUE value IS 105 (41.41% from 255) = 31.82%
R=40.30%
G=27.88%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339210500.310.210.48340.9818.2244.12
Hex855C6901F1530155122c
Octal20513415103725605252254
Binary10000101101110011010010111111010111000010101010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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