Html Css Color HEX #856470 Mauve Taupe

📋 copy color: '#856470'

red 133 ◦ green 100 ◦ blue 112

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

Shades of Mauve Taupe #856470

Tints of Mauve Taupe #856470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.46%

R = 38.55%
G = 28.99%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#856470 (or 0x856470) is known color: Mauve Taupe. HEX triplet: 85, 64 and 70. RGB value is (133,100,112). Sum of RGB (Red+Green+Blue) = 133+100+112=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 133 - color contains mainly: red. Hex color #856470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856470 is #7A9B8F. Grayscale: #6F6F6F. Windows color (decimal): -8035216 or 7365765. OLE color: 7365765.

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

Color convert

RGB 133 100 112 -
CMYK 0 0.25 0.16 0.48
HSL 338.18º 0.14% 0.46% -
HSV(B) 338.18º 0.25% 0.52% -
XYZ 17.15 15.27 17.37 -
YUV 111.24 128.43 143.52 -
System Red Green Blue C M Y K H S L
Decimal 133 100 112 0 0.25 0.16 0.48 338.18 0.14 0.46
Hex 85 64 70 0 19 10 30 152 E 2E
Octal 205 144 160 0 31 20 60 522 16 56
Binary 10000101 1100100 1110000 0 11001 10000 110000 101010010 1110 101110

Color Harmonies of #856470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856470

Black with #856470

Text Example


Text Example

White with #856470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856470; }

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

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

background-color css

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

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

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

border-color css

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

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

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