Html Css Color HEX #846165 Mauve Taupe

📋 copy color: '#846165'

red 132 ◦ green 97 ◦ blue 101

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

Shades of Mauve Taupe #846165

Tints of Mauve Taupe #846165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.61%

R = 40%
G = 29.39%
B = 30.61%

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

#846165 (or 0x846165) is known color: Mauve Taupe. HEX triplet: 84, 61 and 65. RGB value is (132,97,101). Sum of RGB (Red+Green+Blue) = 132+97+101=330 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 101 (39.84% from 255 or 30.61% from 330); Max value from RGB is 132 - color contains mainly: red. Hex color #846165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846165 is #7B9E9A. Grayscale: #6B6B6B. Windows color (decimal): -8101531 or 6644100. OLE color: 6644100.

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

Color convert

RGB 132 97 101 -
CMYK 0 0.27 0.23 0.48
HSL 353.14º 0.15% 0.45% -
HSV(B) 353.14º 0.27% 0.52% -
XYZ 16.14 14.39 14.24 -
YUV 107.92 124.1 145.17 -
System Red Green Blue C M Y K H S L
Decimal 132 97 101 0 0.27 0.23 0.48 353.14 0.15 0.45
Hex 84 61 65 0 1B 17 30 161 F 2D
Octal 204 141 145 0 33 27 60 541 17 55
Binary 10000100 1100001 1100101 0 11011 10111 110000 101100001 1111 101101

Color Harmonies of #846165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846165

Black with #846165

Text Example


Text Example

White with #846165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846165; }

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

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

background-color css

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

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

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

border-color css

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

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

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