Html Css Color HEX #836166 Mauve Taupe

📋 copy color: '#836166'

red 131 ◦ green 97 ◦ blue 102

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

Shades of Mauve Taupe #836166

Tints of Mauve Taupe #836166

RGB

 RED value IS 131 (51.56% from 255) = 39.7%

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

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

R = 39.7%
G = 29.39%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#836166 (or 0x836166) is known color: Mauve Taupe. HEX triplet: 83, 61 and 66. RGB value is (131,97,102). Sum of RGB (Red+Green+Blue) = 131+97+102=330 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.70% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 102 (40.23% from 255 or 30.91% from 330); Max value from RGB is 131 - color contains mainly: red. Hex color #836166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836166 is #7C9E99. Grayscale: #6B6B6B. Windows color (decimal): -8167066 or 6709635. OLE color: 6709635.

HSL color Cylindrical-coordinate representation of color #836166: hue angle of 351.18º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #836166 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 97 102 -
CMYK 0 0.26 0.22 0.49
HSL 351.18º 0.15% 0.45% -
HSV(B) 351.18º 0.26% 0.51% -
XYZ 16.03 14.33 14.49 -
YUV 107.74 124.76 144.59 -
System Red Green Blue C M Y K H S L
Decimal 131 97 102 0 0.26 0.22 0.49 351.18 0.15 0.45
Hex 83 61 66 0 1A 16 31 15F F 2D
Octal 203 141 146 0 32 26 61 537 17 55
Binary 10000011 1100001 1100110 0 11010 10110 110001 101011111 1111 101101

Color Harmonies of #836166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836166

Black with #836166

Text Example


Text Example

White with #836166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836166; }

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

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

background-color css

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

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

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

border-color css

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

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

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