Html Css Color HEX #855D64 Mauve Taupe

📋 copy color: '#855D64'

red 133 ◦ green 93 ◦ blue 100

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

Shades of Mauve Taupe #855D64

Tints of Mauve Taupe #855D64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.67%

R = 40.8%
G = 28.53%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#855D64 (or 0x855D64) is known color: Mauve Taupe. HEX triplet: 85, 5D and 64. RGB value is (133,93,100). Sum of RGB (Red+Green+Blue) = 133+93+100=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 93 (36.72% from 255 or 28.53% from 326); Blue value is 100 (39.45% from 255 or 30.67% from 326); Max value from RGB is 133 - color contains mainly: red. Hex color #855D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855D64 is #7AA29B. Grayscale: #696969. Windows color (decimal): -8037020 or 6577541. OLE color: 6577541.

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

Color convert

RGB 133 93 100 -
CMYK 0 0.30 0.25 0.48
HSL 349.5º 0.18% 0.44% -
HSV(B) 349.5º 0.3% 0.52% -
XYZ 15.89 13.74 13.87 -
YUV 105.76 124.75 147.43 -
System Red Green Blue C M Y K H S L
Decimal 133 93 100 0 0.30 0.25 0.48 349.5 0.18 0.44
Hex 85 5D 64 0 1E 19 30 15E 12 2C
Octal 205 135 144 0 36 31 60 536 22 54
Binary 10000101 1011101 1100100 0 11110 11001 110000 101011110 10010 101100

Color Harmonies of #855D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855D64

Black with #855D64

Text Example


Text Example

White with #855D64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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