Html Css Color HEX #85636B Mauve Taupe

📋 copy color: '#85636B'

red 133 ◦ green 99 ◦ blue 107

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

Shades of Mauve Taupe #85636B

Tints of Mauve Taupe #85636B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.2%

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

R = 39.23%
G = 29.2%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#85636B (or 0x85636B) is known color: Mauve Taupe. HEX triplet: 85, 63 and 6B. RGB value is (133,99,107). Sum of RGB (Red+Green+Blue) = 133+99+107=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 133 - color contains mainly: red. Hex color #85636B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85636B is #7A9C94. Grayscale: #6E6E6E. Windows color (decimal): -8035477 or 7037829. OLE color: 7037829.

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

Color convert

RGB 133 99 107 -
CMYK 0 0.26 0.20 0.48
HSL 345.88º 0.15% 0.45% -
HSV(B) 345.88º 0.26% 0.52% -
XYZ 16.79 14.97 15.91 -
YUV 110.08 126.26 144.35 -
System Red Green Blue C M Y K H S L
Decimal 133 99 107 0 0.26 0.20 0.48 345.88 0.15 0.45
Hex 85 63 6B 0 1A 14 30 15A F 2D
Octal 205 143 153 0 32 24 60 532 17 55
Binary 10000101 1100011 1101011 0 11010 10100 110000 101011010 1111 101101

Color Harmonies of #85636B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85636B

Black with #85636B

Text Example


Text Example

White with #85636B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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