Html Css Color HEX #856166 Mauve Taupe

📋 copy color: '#856166'

red 133 ◦ green 97 ◦ blue 102

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

Shades of Mauve Taupe #856166

Tints of Mauve Taupe #856166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30.72%

R = 40.06%
G = 29.22%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#856166 (or 0x856166) is known color: Mauve Taupe. HEX triplet: 85, 61 and 66. RGB value is (133,97,102). Sum of RGB (Red+Green+Blue) = 133+97+102=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 102 (40.23% from 255 or 30.72% from 332); Max value from RGB is 133 - color contains mainly: red. Hex color #856166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856166 is #7A9E99. Grayscale: #6C6C6C. Windows color (decimal): -8035994 or 6709637. OLE color: 6709637.

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

Color convert

RGB 133 97 102 -
CMYK 0 0.27 0.23 0.48
HSL 351.67º 0.16% 0.45% -
HSV(B) 351.67º 0.27% 0.52% -
XYZ 16.35 14.5 14.51 -
YUV 108.33 124.43 145.59 -
System Red Green Blue C M Y K H S L
Decimal 133 97 102 0 0.27 0.23 0.48 351.67 0.16 0.45
Hex 85 61 66 0 1B 17 30 160 10 2D
Octal 205 141 146 0 33 27 60 540 20 55
Binary 10000101 1100001 1100110 0 11011 10111 110000 101100000 10000 101101

Color Harmonies of #856166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856166

Black with #856166

Text Example


Text Example

White with #856166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856166; }

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

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

background-color css

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

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

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

border-color css

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

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

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