Html Css Color HEX #85626E Mauve Taupe

📋 copy color: '#85626E'

red 133 ◦ green 98 ◦ blue 110

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

Shades of Mauve Taupe #85626E

Tints of Mauve Taupe #85626E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.26%

R = 39%
G = 28.74%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#85626E (or 0x85626E) is known color: Mauve Taupe. HEX triplet: 85, 62 and 6E. RGB value is (133,98,110). Sum of RGB (Red+Green+Blue) = 133+98+110=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 98 (38.67% from 255 or 28.74% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 133 - color contains mainly: red. Hex color #85626E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85626E is #7A9D91. Grayscale: #6D6D6D. Windows color (decimal): -8035730 or 7234181. OLE color: 7234181.

HSL color Cylindrical-coordinate representation of color #85626E: hue angle of 339.43º 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 #85626E is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 98 110 -
CMYK 0 0.26 0.17 0.48
HSL 339.43º 0.15% 0.45% -
HSV(B) 339.43º 0.26% 0.52% -
XYZ 16.86 14.85 16.73 -
YUV 109.83 128.1 144.52 -
System Red Green Blue C M Y K H S L
Decimal 133 98 110 0 0.26 0.17 0.48 339.43 0.15 0.45
Hex 85 62 6E 0 1A 11 30 153 F 2D
Octal 205 142 156 0 32 21 60 523 17 55
Binary 10000101 1100010 1101110 0 11010 10001 110000 101010011 1111 101101

Color Harmonies of #85626E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85626E

Black with #85626E

Text Example


Text Example

White with #85626E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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