Html Css Color HEX #855D6F Mauve Taupe

📋 copy color: '#855D6F'

red 133 ◦ green 93 ◦ blue 111

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

Shades of Mauve Taupe #855D6F

Tints of Mauve Taupe #855D6F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.6%

 BLUE value IS 111 (43.75% from 255) = 32.94%

R = 39.47%
G = 27.6%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#855D6F (or 0x855D6F) is known color: Mauve Taupe. HEX triplet: 85, 5D and 6F. RGB value is (133,93,111). Sum of RGB (Red+Green+Blue) = 133+93+111=337 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.47% from 337); Green value is 93 (36.72% from 255 or 27.60% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 133 - color contains mainly: red. Hex color #855D6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855D6F is #7AA290. Grayscale: #6A6A6A. Windows color (decimal): -8037009 or 7298437. OLE color: 7298437.

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

Color convert

RGB 133 93 111 -
CMYK 0 0.30 0.17 0.48
HSL 333º 0.18% 0.44% -
HSV(B) 333º 0.3% 0.52% -
XYZ 16.46 13.96 16.87 -
YUV 107.01 130.25 146.54 -
System Red Green Blue C M Y K H S L
Decimal 133 93 111 0 0.30 0.17 0.48 333 0.18 0.44
Hex 85 5D 6F 0 1E 11 30 14D 12 2C
Octal 205 135 157 0 36 21 60 515 22 54
Binary 10000101 1011101 1101111 0 11110 10001 110000 101001101 10010 101100

Color Harmonies of #855D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855D6F

Black with #855D6F

Text Example


Text Example

White with #855D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,93,111); }

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

background-color css

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

 a { background-color: rgb(133,93,111); }

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

border-color css

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

 span { border-color: rgb(133,93,111); }

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