Html Css Color HEX #856870 Mauve Taupe

📋 copy color: '#856870'

red 133 ◦ green 104 ◦ blue 112

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

Shades of Mauve Taupe #856870

Tints of Mauve Taupe #856870

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.8%

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

R = 38.11%
G = 29.8%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#856870 (or 0x856870) is known color: Mauve Taupe. HEX triplet: 85, 68 and 70. RGB value is (133,104,112). Sum of RGB (Red+Green+Blue) = 133+104+112=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 133 - color contains mainly: red. Hex color #856870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856870 is #7A978F. Grayscale: #717171. Windows color (decimal): -8034192 or 7366789. OLE color: 7366789.

HSL color Cylindrical-coordinate representation of color #856870: hue angle of 343.45º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #856870 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 104 112 -
CMYK 0 0.22 0.16 0.48
HSL 343.45º 0.12% 0.46% -
HSV(B) 343.45º 0.22% 0.52% -
XYZ 17.55 16.06 17.5 -
YUV 113.58 127.11 141.85 -
System Red Green Blue C M Y K H S L
Decimal 133 104 112 0 0.22 0.16 0.48 343.45 0.12 0.46
Hex 85 68 70 0 16 10 30 157 C 2E
Octal 205 150 160 0 26 20 60 527 14 56
Binary 10000101 1101000 1110000 0 10110 10000 110000 101010111 1100 101110

Color Harmonies of #856870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856870

Black with #856870

Text Example


Text Example

White with #856870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856870; }

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

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

background-color css

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

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

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

border-color css

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

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

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