Html Css Color HEX #85646A Mauve Taupe

📋 copy color: '#85646A'

red 133 ◦ green 100 ◦ blue 106

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

Shades of Mauve Taupe #85646A

Tints of Mauve Taupe #85646A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.27%

R = 39.23%
G = 29.5%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#85646A (or 0x85646A) is known color: Mauve Taupe. HEX triplet: 85, 64 and 6A. RGB value is (133,100,106). Sum of RGB (Red+Green+Blue) = 133+100+106=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 133 - color contains mainly: red. Hex color #85646A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85646A is #7A9B95. Grayscale: #6E6E6E. Windows color (decimal): -8035222 or 6972549. OLE color: 6972549.

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

Color convert

RGB 133 100 106 -
CMYK 0 0.25 0.20 0.48
HSL 349.09º 0.14% 0.46% -
HSV(B) 349.09º 0.25% 0.52% -
XYZ 16.83 15.14 15.67 -
YUV 110.55 125.43 144.01 -
System Red Green Blue C M Y K H S L
Decimal 133 100 106 0 0.25 0.20 0.48 349.09 0.14 0.46
Hex 85 64 6A 0 19 14 30 15D E 2E
Octal 205 144 152 0 31 24 60 535 16 56
Binary 10000101 1100100 1101010 0 11001 10100 110000 101011101 1110 101110

Color Harmonies of #85646A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85646A

Black with #85646A

Text Example


Text Example

White with #85646A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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