Html Css Color HEX #85646B Mauve Taupe

📋 copy color: '#85646B'

red 133 ◦ green 100 ◦ blue 107

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

Shades of Mauve Taupe #85646B

Tints of Mauve Taupe #85646B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.47%

R = 39.12%
G = 29.41%
B = 31.47%

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

#85646B (or 0x85646B) is known color: Mauve Taupe. HEX triplet: 85, 64 and 6B. RGB value is (133,100,107). Sum of RGB (Red+Green+Blue) = 133+100+107=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 133 - color contains mainly: red. Hex color #85646B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85646B is #7A9B94. Grayscale: #6E6E6E. Windows color (decimal): -8035221 or 7038085. OLE color: 7038085.

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

Color convert

RGB 133 100 107 -
CMYK 0 0.25 0.20 0.48
HSL 347.27º 0.14% 0.46% -
HSV(B) 347.27º 0.25% 0.52% -
XYZ 16.88 15.16 15.95 -
YUV 110.67 125.93 143.93 -
System Red Green Blue C M Y K H S L
Decimal 133 100 107 0 0.25 0.20 0.48 347.27 0.14 0.46
Hex 85 64 6B 0 19 14 30 15B E 2E
Octal 205 144 153 0 31 24 60 533 16 56
Binary 10000101 1100100 1101011 0 11001 10100 110000 101011011 1110 101110

Color Harmonies of #85646B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85646B

Black with #85646B

Text Example


Text Example

White with #85646B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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