Html Css Color HEX #855B6E Mauve Taupe

📋 copy color: '#855B6E'

red 133 ◦ green 91 ◦ blue 110

#855B6E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve Taupe #855B6E

Tints of Mauve Taupe #855B6E

RGB

 RED value IS 133 (52.34% from 255) = 39.82%

 GREEN value IS 91 (35.94% from 255) = 27.25%

 BLUE value IS 110 (43.36% from 255) = 32.93%

R = 39.82%
G = 27.25%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#855B6E (or 0x855B6E) is known color: Mauve Taupe. HEX triplet: 85, 5B and 6E. RGB value is (133,91,110). Sum of RGB (Red+Green+Blue) = 133+91+110=334 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.82% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 133 - color contains mainly: red. Hex color #855B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855B6E is #7AA491. Grayscale: #696969. Windows color (decimal): -8037522 or 7232389. OLE color: 7232389.

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

Color convert

RGB 133 91 110 -
CMYK 0 0.32 0.17 0.48
HSL 332.86º 0.19% 0.44% -
HSV(B) 332.86º 0.32% 0.52% -
XYZ 16.23 13.59 16.52 -
YUV 105.72 130.41 147.46 -
System Red Green Blue C M Y K H S L
Decimal 133 91 110 0 0.32 0.17 0.48 332.86 0.19 0.44
Hex 85 5B 6E 0 20 11 30 14D 13 2C
Octal 205 133 156 0 40 21 60 515 23 54
Binary 10000101 1011011 1101110 0 100000 10001 110000 101001101 10011 101100

Color Harmonies of #855B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855B6E

Black with #855B6E

Text Example


Text Example

White with #855B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,91,110); }

 H1.HeaderClassName
 {
   color: #855B6E;
 }
 .AnyTagClassName
 {
   color: #855B6E;
 }
</style>

background-color css

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

 a { background-color: rgb(133,91,110); }

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

border-color css

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

 span { border-color: rgb(133,91,110); }

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