Html Css Color HEX #846065 Mauve Taupe

📋 copy color: '#846065'

red 132 ◦ green 96 ◦ blue 101

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

Shades of Mauve Taupe #846065

Tints of Mauve Taupe #846065

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.18%

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

R = 40.12%
G = 29.18%
B = 30.7%

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

#846065 (or 0x846065) is known color: Mauve Taupe. HEX triplet: 84, 60 and 65. RGB value is (132,96,101). Sum of RGB (Red+Green+Blue) = 132+96+101=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 101 (39.84% from 255 or 30.70% from 329); Max value from RGB is 132 - color contains mainly: red. Hex color #846065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846065 is #7B9F9A. Grayscale: #6B6B6B. Windows color (decimal): -8101787 or 6643844. OLE color: 6643844.

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

Color convert

RGB 132 96 101 -
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.05 14.21 14.21 -
YUV 107.33 124.43 145.59 -
System Red Green Blue C M Y K H S L
Decimal 132 96 101 0 0.27 0.23 0.48 351.67 0.16 0.45
Hex 84 60 65 0 1B 17 30 160 10 2D
Octal 204 140 145 0 33 27 60 540 20 55
Binary 10000100 1100000 1100101 0 11011 10111 110000 101100000 10000 101101

Color Harmonies of #846065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846065

Black with #846065

Text Example


Text Example

White with #846065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846065; }

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

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

background-color css

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

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

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

border-color css

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

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

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