Html Css Color HEX #856170 Mauve Taupe

📋 copy color: '#856170'

red 133 ◦ green 97 ◦ blue 112

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

Shades of Mauve Taupe #856170

Tints of Mauve Taupe #856170

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.36%

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

R = 38.89%
G = 28.36%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#856170 (or 0x856170) is known color: Mauve Taupe. HEX triplet: 85, 61 and 70. RGB value is (133,97,112). Sum of RGB (Red+Green+Blue) = 133+97+112=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 133 - color contains mainly: red. Hex color #856170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856170 is #7A9E8F. Grayscale: #6D6D6D. Windows color (decimal): -8035984 or 7364997. OLE color: 7364997.

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

Color convert

RGB 133 97 112 -
CMYK 0 0.27 0.16 0.48
HSL 335º 0.16% 0.45% -
HSV(B) 335º 0.27% 0.52% -
XYZ 16.87 14.71 17.28 -
YUV 109.47 129.43 144.78 -
System Red Green Blue C M Y K H S L
Decimal 133 97 112 0 0.27 0.16 0.48 335 0.16 0.45
Hex 85 61 70 0 1B 10 30 14F 10 2D
Octal 205 141 160 0 33 20 60 517 20 55
Binary 10000101 1100001 1110000 0 11011 10000 110000 101001111 10000 101101

Color Harmonies of #856170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856170

Black with #856170

Text Example


Text Example

White with #856170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856170; }

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

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

background-color css

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

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

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

border-color css

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

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

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