Html Css Color HEX #85626D Mauve Taupe

📋 copy color: '#85626D'

red 133 ◦ green 98 ◦ blue 109

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

Shades of Mauve Taupe #85626D

Tints of Mauve Taupe #85626D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.82%

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

R = 39.12%
G = 28.82%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#85626D (or 0x85626D) is known color: Mauve Taupe. HEX triplet: 85, 62 and 6D. RGB value is (133,98,109). Sum of RGB (Red+Green+Blue) = 133+98+109=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 98 (38.67% from 255 or 28.82% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 133 - color contains mainly: red. Hex color #85626D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85626D is #7A9D92. Grayscale: #6D6D6D. Windows color (decimal): -8035731 or 7168645. OLE color: 7168645.

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

Color convert

RGB 133 98 109 -
CMYK 0 0.26 0.18 0.48
HSL 341.14º 0.15% 0.45% -
HSV(B) 341.14º 0.26% 0.52% -
XYZ 16.8 14.83 16.44 -
YUV 109.72 127.6 144.61 -
System Red Green Blue C M Y K H S L
Decimal 133 98 109 0 0.26 0.18 0.48 341.14 0.15 0.45
Hex 85 62 6D 0 1A 12 30 155 F 2D
Octal 205 142 155 0 32 22 60 525 17 55
Binary 10000101 1100010 1101101 0 11010 10010 110000 101010101 1111 101101

Color Harmonies of #85626D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85626D

Black with #85626D

Text Example


Text Example

White with #85626D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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