Html Css Color HEX #85606F Mauve Taupe

📋 copy color: '#85606F'

red 133 ◦ green 96 ◦ blue 111

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

Shades of Mauve Taupe #85606F

Tints of Mauve Taupe #85606F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.24%

 BLUE value IS 111 (43.75% from 255) = 32.65%

R = 39.12%
G = 28.24%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#85606F (or 0x85606F) is known color: Mauve Taupe. HEX triplet: 85, 60 and 6F. RGB value is (133,96,111). Sum of RGB (Red+Green+Blue) = 133+96+111=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 111 (43.75% from 255 or 32.65% from 340); Max value from RGB is 133 - color contains mainly: red. Hex color #85606F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85606F is #7A9F90. Grayscale: #6C6C6C. Windows color (decimal): -8036241 or 7299205. OLE color: 7299205.

HSL color Cylindrical-coordinate representation of color #85606F: hue angle of 335.68º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #85606F is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 96 111 -
CMYK 0 0.28 0.17 0.48
HSL 335.68º 0.16% 0.45% -
HSV(B) 335.68º 0.28% 0.52% -
XYZ 16.72 14.5 16.96 -
YUV 108.77 129.26 145.28 -
System Red Green Blue C M Y K H S L
Decimal 133 96 111 0 0.28 0.17 0.48 335.68 0.16 0.45
Hex 85 60 6F 0 1C 11 30 150 10 2D
Octal 205 140 157 0 34 21 60 520 20 55
Binary 10000101 1100000 1101111 0 11100 10001 110000 101010000 10000 101101

Color Harmonies of #85606F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85606F

Black with #85606F

Text Example


Text Example

White with #85606F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85606F; }

 p { color: rgb(133,96,111); }

 H1.HeaderClassName
 {
   color: #85606F;
 }
 .AnyTagClassName
 {
   color: #85606F;
 }
</style>

background-color css

<style>
 a { background-color: #85606F; }

 a { background-color: rgb(133,96,111); }

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

border-color css

<style>
 span { border-color: #85606F; }

 span { border-color: rgb(133,96,111); }

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