Html Css Color HEX #855D6B Mauve Taupe

📋 copy color: '#855D6B'

red 133 ◦ green 93 ◦ blue 107

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

Shades of Mauve Taupe #855D6B

Tints of Mauve Taupe #855D6B

RGB

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

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

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

R = 39.94%
G = 27.93%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#855D6B (or 0x855D6B) is known color: Mauve Taupe. HEX triplet: 85, 5D and 6B. RGB value is (133,93,107). Sum of RGB (Red+Green+Blue) = 133+93+107=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 133 - color contains mainly: red. Hex color #855D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855D6B is #7AA294. Grayscale: #6A6A6A. Windows color (decimal): -8037013 or 7036293. OLE color: 7036293.

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

Color convert

RGB 133 93 107 -
CMYK 0 0.30 0.20 0.48
HSL 339º 0.18% 0.44% -
HSV(B) 339º 0.3% 0.52% -
XYZ 16.24 13.88 15.73 -
YUV 106.56 128.25 146.86 -
System Red Green Blue C M Y K H S L
Decimal 133 93 107 0 0.30 0.20 0.48 339 0.18 0.44
Hex 85 5D 6B 0 1E 14 30 153 12 2C
Octal 205 135 153 0 36 24 60 523 22 54
Binary 10000101 1011101 1101011 0 11110 10100 110000 101010011 10010 101100

Color Harmonies of #855D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855D6B

Black with #855D6B

Text Example


Text Example

White with #855D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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