Html Css Color HEX #846267 Mauve Taupe

📋 copy color: '#846267'

red 132 ◦ green 98 ◦ blue 103

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

Shades of Mauve Taupe #846267

Tints of Mauve Taupe #846267

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.43%

 BLUE value IS 103 (40.63% from 255) = 30.93%

R = 39.64%
G = 29.43%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#846267 (or 0x846267) is known color: Mauve Taupe. HEX triplet: 84, 62 and 67. RGB value is (132,98,103). Sum of RGB (Red+Green+Blue) = 132+98+103=333 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.64% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 103 (40.62% from 255 or 30.93% from 333); Max value from RGB is 132 - color contains mainly: red. Hex color #846267 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846267 is #7B9D98. Grayscale: #6C6C6C. Windows color (decimal): -8101273 or 6775428. OLE color: 6775428.

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

Color convert

RGB 132 98 103 -
CMYK 0 0.26 0.22 0.48
HSL 351.18º 0.15% 0.45% -
HSV(B) 351.18º 0.26% 0.52% -
XYZ 16.33 14.62 14.79 -
YUV 108.74 124.76 144.59 -
System Red Green Blue C M Y K H S L
Decimal 132 98 103 0 0.26 0.22 0.48 351.18 0.15 0.45
Hex 84 62 67 0 1A 16 30 15F F 2D
Octal 204 142 147 0 32 26 60 537 17 55
Binary 10000100 1100010 1100111 0 11010 10110 110000 101011111 1111 101101

Color Harmonies of #846267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846267

Black with #846267

Text Example


Text Example

White with #846267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846267; }

 p { color: rgb(132,98,103); }

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

background-color css

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

 a { background-color: rgb(132,98,103); }

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

border-color css

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

 span { border-color: rgb(132,98,103); }

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