Html Css Color HEX #855E6A Mauve Taupe

📋 copy color: '#855E6A'

red 133 ◦ green 94 ◦ blue 106

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

Shades of Mauve Taupe #855E6A

Tints of Mauve Taupe #855E6A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.23%

 BLUE value IS 106 (41.8% from 255) = 31.83%

R = 39.94%
G = 28.23%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#855E6A (or 0x855E6A) is known color: Mauve Taupe. HEX triplet: 85, 5E and 6A. RGB value is (133,94,106). Sum of RGB (Red+Green+Blue) = 133+94+106=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 94 (37.11% from 255 or 28.23% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 133 - color contains mainly: red. Hex color #855E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855E6A is #7AA195. Grayscale: #6B6B6B. Windows color (decimal): -8036758 or 6971013. OLE color: 6971013.

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

Color convert

RGB 133 94 106 -
CMYK 0 0.29 0.20 0.48
HSL 341.54º 0.17% 0.45% -
HSV(B) 341.54º 0.29% 0.52% -
XYZ 16.28 14.03 15.49 -
YUV 107.03 127.42 146.52 -
System Red Green Blue C M Y K H S L
Decimal 133 94 106 0 0.29 0.20 0.48 341.54 0.17 0.45
Hex 85 5E 6A 0 1D 14 30 156 11 2D
Octal 205 136 152 0 35 24 60 526 21 55
Binary 10000101 1011110 1101010 0 11101 10100 110000 101010110 10001 101101

Color Harmonies of #855E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855E6A

Black with #855E6A

Text Example


Text Example

White with #855E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,94,106); }

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

background-color css

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

 a { background-color: rgb(133,94,106); }

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

border-color css

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

 span { border-color: rgb(133,94,106); }

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