Html Css Color HEX #855B6C Mauve Taupe

📋 copy color: '#855B6C'

red 133 ◦ green 91 ◦ blue 108

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

Shades of Mauve Taupe #855B6C

Tints of Mauve Taupe #855B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.53%

R = 40.06%
G = 27.41%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#855B6C (or 0x855B6C) is known color: Mauve Taupe. HEX triplet: 85, 5B and 6C. RGB value is (133,91,108). Sum of RGB (Red+Green+Blue) = 133+91+108=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 133 - color contains mainly: red. Hex color #855B6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855B6C is #7AA493. Grayscale: #696969. Windows color (decimal): -8037524 or 7101317. OLE color: 7101317.

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

Color convert

RGB 133 91 108 -
CMYK 0 0.32 0.19 0.48
HSL 335.71º 0.19% 0.44% -
HSV(B) 335.71º 0.32% 0.52% -
XYZ 16.12 13.55 15.95 -
YUV 105.5 129.41 147.62 -
System Red Green Blue C M Y K H S L
Decimal 133 91 108 0 0.32 0.19 0.48 335.71 0.19 0.44
Hex 85 5B 6C 0 20 13 30 150 13 2C
Octal 205 133 154 0 40 23 60 520 23 54
Binary 10000101 1011011 1101100 0 100000 10011 110000 101010000 10011 101100

Color Harmonies of #855B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855B6C

Black with #855B6C

Text Example


Text Example

White with #855B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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