Html Css Color HEX #85626C Mauve Taupe

📋 copy color: '#85626C'

red 133 ◦ green 98 ◦ blue 108

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

Shades of Mauve Taupe #85626C

Tints of Mauve Taupe #85626C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.86%

R = 39.23%
G = 28.91%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#85626C (or 0x85626C) is known color: Mauve Taupe. HEX triplet: 85, 62 and 6C. RGB value is (133,98,108). Sum of RGB (Red+Green+Blue) = 133+98+108=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 133 - color contains mainly: red. Hex color #85626C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85626C is #7A9D93. Grayscale: #6D6D6D. Windows color (decimal): -8035732 or 7103109. OLE color: 7103109.

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

Color convert

RGB 133 98 108 -
CMYK 0 0.26 0.19 0.48
HSL 342.86º 0.15% 0.45% -
HSV(B) 342.86º 0.26% 0.52% -
XYZ 16.75 14.8 16.16 -
YUV 109.61 127.1 144.69 -
System Red Green Blue C M Y K H S L
Decimal 133 98 108 0 0.26 0.19 0.48 342.86 0.15 0.45
Hex 85 62 6C 0 1A 13 30 157 F 2D
Octal 205 142 154 0 32 23 60 527 17 55
Binary 10000101 1100010 1101100 0 11010 10011 110000 101010111 1111 101101

Color Harmonies of #85626C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85626C

Black with #85626C

Text Example


Text Example

White with #85626C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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