Html Css Color HEX #85646D Mauve Taupe

📋 copy color: '#85646D'

red 133 ◦ green 100 ◦ blue 109

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

Shades of Mauve Taupe #85646D

Tints of Mauve Taupe #85646D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.24%

 BLUE value IS 109 (42.97% from 255) = 31.87%

R = 38.89%
G = 29.24%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#85646D (or 0x85646D) is known color: Mauve Taupe. HEX triplet: 85, 64 and 6D. RGB value is (133,100,109). Sum of RGB (Red+Green+Blue) = 133+100+109=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 133 - color contains mainly: red. Hex color #85646D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85646D is #7A9B92. Grayscale: #6E6E6E. Windows color (decimal): -8035219 or 7169157. OLE color: 7169157.

HSL color Cylindrical-coordinate representation of color #85646D: hue angle of 343.64º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #85646D is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 100 109 -
CMYK 0 0.25 0.18 0.48
HSL 343.64º 0.14% 0.46% -
HSV(B) 343.64º 0.25% 0.52% -
XYZ 16.99 15.21 16.51 -
YUV 110.89 126.93 143.77 -
System Red Green Blue C M Y K H S L
Decimal 133 100 109 0 0.25 0.18 0.48 343.64 0.14 0.46
Hex 85 64 6D 0 19 12 30 158 E 2E
Octal 205 144 155 0 31 22 60 530 16 56
Binary 10000101 1100100 1101101 0 11001 10010 110000 101011000 1110 101110

Color Harmonies of #85646D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85646D

Black with #85646D

Text Example


Text Example

White with #85646D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85646D; }

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

 H1.HeaderClassName
 {
   color: #85646D;
 }
 .AnyTagClassName
 {
   color: #85646D;
 }
</style>

background-color css

<style>
 a { background-color: #85646D; }

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

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

border-color css

<style>
 span { border-color: #85646D; }

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

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