Html Css Color HEX #856164 Mauve Taupe

📋 copy color: '#856164'

red 133 ◦ green 97 ◦ blue 100

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

Shades of Mauve Taupe #856164

Tints of Mauve Taupe #856164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.3%

R = 40.3%
G = 29.39%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#856164 (or 0x856164) is known color: Mauve Taupe. HEX triplet: 85, 61 and 64. RGB value is (133,97,100). Sum of RGB (Red+Green+Blue) = 133+97+100=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 100 (39.45% from 255 or 30.30% from 330); Max value from RGB is 133 - color contains mainly: red. Hex color #856164 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856164 is #7A9E9B. Grayscale: #6C6C6C. Windows color (decimal): -8035996 or 6578565. OLE color: 6578565.

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

Color convert

RGB 133 97 100 -
CMYK 0 0.27 0.25 0.48
HSL 355º 0.16% 0.45% -
HSV(B) 355º 0.27% 0.52% -
XYZ 16.25 14.46 13.99 -
YUV 108.11 123.43 145.76 -
System Red Green Blue C M Y K H S L
Decimal 133 97 100 0 0.27 0.25 0.48 355 0.16 0.45
Hex 85 61 64 0 1B 19 30 163 10 2D
Octal 205 141 144 0 33 31 60 543 20 55
Binary 10000101 1100001 1100100 0 11011 11001 110000 101100011 10000 101101

Color Harmonies of #856164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856164

Black with #856164

Text Example


Text Example

White with #856164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856164; }

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

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

background-color css

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

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

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

border-color css

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

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

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