Html Css Color HEX #855E6B Mauve Taupe

📋 copy color: '#855E6B'

red 133 ◦ green 94 ◦ blue 107

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

Shades of Mauve Taupe #855E6B

Tints of Mauve Taupe #855E6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.04%

R = 39.82%
G = 28.14%
B = 32.04%

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

#855E6B (or 0x855E6B) is known color: Mauve Taupe. HEX triplet: 85, 5E and 6B. RGB value is (133,94,107). Sum of RGB (Red+Green+Blue) = 133+94+107=334 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.82% from 334); Green value is 94 (37.11% from 255 or 28.14% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 133 - color contains mainly: red. Hex color #855E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855E6B is #7AA194. Grayscale: #6B6B6B. Windows color (decimal): -8036757 or 7036549. OLE color: 7036549.

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

Color convert

RGB 133 94 107 -
CMYK 0 0.29 0.20 0.48
HSL 340º 0.17% 0.45% -
HSV(B) 340º 0.29% 0.52% -
XYZ 16.33 14.05 15.76 -
YUV 107.14 127.92 146.44 -
System Red Green Blue C M Y K H S L
Decimal 133 94 107 0 0.29 0.20 0.48 340 0.17 0.45
Hex 85 5E 6B 0 1D 14 30 154 11 2D
Octal 205 136 153 0 35 24 60 524 21 55
Binary 10000101 1011110 1101011 0 11101 10100 110000 101010100 10001 101101

Color Harmonies of #855E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855E6B

Black with #855E6B

Text Example


Text Example

White with #855E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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