Html Css Color HEX #85606B Mauve Taupe

📋 copy color: '#85606B'

red 133 ◦ green 96 ◦ blue 107

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

Shades of Mauve Taupe #85606B

Tints of Mauve Taupe #85606B

RGB

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

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

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

R = 39.58%
G = 28.57%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#85606B (or 0x85606B) is known color: Mauve Taupe. HEX triplet: 85, 60 and 6B. RGB value is (133,96,107). Sum of RGB (Red+Green+Blue) = 133+96+107=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 133 - color contains mainly: red. Hex color #85606B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85606B is #7A9F94. Grayscale: #6C6C6C. Windows color (decimal): -8036245 or 7037061. OLE color: 7037061.

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

Color convert

RGB 133 96 107 -
CMYK 0 0.28 0.20 0.48
HSL 342.16º 0.16% 0.45% -
HSV(B) 342.16º 0.28% 0.52% -
XYZ 16.51 14.41 15.82 -
YUV 108.32 127.26 145.61 -
System Red Green Blue C M Y K H S L
Decimal 133 96 107 0 0.28 0.20 0.48 342.16 0.16 0.45
Hex 85 60 6B 0 1C 14 30 156 10 2D
Octal 205 140 153 0 34 24 60 526 20 55
Binary 10000101 1100000 1101011 0 11100 10100 110000 101010110 10000 101101

Color Harmonies of #85606B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85606B

Black with #85606B

Text Example


Text Example

White with #85606B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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