Html Css Color HEX #846166 Mauve Taupe

📋 copy color: '#846166'

red 132 ◦ green 97 ◦ blue 102

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

Shades of Mauve Taupe #846166

Tints of Mauve Taupe #846166

RGB

 RED value IS 132 (51.95% from 255) = 39.88%

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

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

R = 39.88%
G = 29.31%
B = 30.82%

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

#846166 (or 0x846166) is known color: Mauve Taupe. HEX triplet: 84, 61 and 66. RGB value is (132,97,102). Sum of RGB (Red+Green+Blue) = 132+97+102=331 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.88% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 102 (40.23% from 255 or 30.82% from 331); Max value from RGB is 132 - color contains mainly: red. Hex color #846166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846166 is #7B9E99. Grayscale: #6C6C6C. Windows color (decimal): -8101530 or 6709636. OLE color: 6709636.

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

Color convert

RGB 132 97 102 -
CMYK 0 0.27 0.23 0.48
HSL 351.43º 0.15% 0.45% -
HSV(B) 351.43º 0.27% 0.52% -
XYZ 16.19 14.41 14.5 -
YUV 108.04 124.6 145.09 -
System Red Green Blue C M Y K H S L
Decimal 132 97 102 0 0.27 0.23 0.48 351.43 0.15 0.45
Hex 84 61 66 0 1B 17 30 15F F 2D
Octal 204 141 146 0 33 27 60 537 17 55
Binary 10000100 1100001 1100110 0 11011 10111 110000 101011111 1111 101101

Color Harmonies of #846166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846166

Black with #846166

Text Example


Text Example

White with #846166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846166; }

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

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

background-color css

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

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

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

border-color css

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

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

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