Html Css Color HEX #855C6F Mauve Taupe

📋 copy color: '#855C6F'

red 133 ◦ green 92 ◦ blue 111

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

Shades of Mauve Taupe #855C6F

Tints of Mauve Taupe #855C6F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.38%

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

R = 39.58%
G = 27.38%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#855C6F (or 0x855C6F) is known color: Mauve Taupe. HEX triplet: 85, 5C and 6F. RGB value is (133,92,111). Sum of RGB (Red+Green+Blue) = 133+92+111=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 92 (36.33% from 255 or 27.38% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 133 - color contains mainly: red. Hex color #855C6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855C6F is #7AA390. Grayscale: #6A6A6A. Windows color (decimal): -8037265 or 7298181. OLE color: 7298181.

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

Color convert

RGB 133 92 111 -
CMYK 0 0.31 0.17 0.48
HSL 332.2º 0.18% 0.44% -
HSV(B) 332.2º 0.31% 0.52% -
XYZ 16.37 13.79 16.84 -
YUV 106.43 130.58 146.96 -
System Red Green Blue C M Y K H S L
Decimal 133 92 111 0 0.31 0.17 0.48 332.2 0.18 0.44
Hex 85 5C 6F 0 1F 11 30 14C 12 2C
Octal 205 134 157 0 37 21 60 514 22 54
Binary 10000101 1011100 1101111 0 11111 10001 110000 101001100 10010 101100

Color Harmonies of #855C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855C6F

Black with #855C6F

Text Example


Text Example

White with #855C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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