Html Css Color HEX #846067 Mauve Taupe

📋 copy color: '#846067'

red 132 ◦ green 96 ◦ blue 103

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

Shades of Mauve Taupe #846067

Tints of Mauve Taupe #846067

RGB

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

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

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

R = 39.88%
G = 29%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#846067 (or 0x846067) is known color: Mauve Taupe. HEX triplet: 84, 60 and 67. RGB value is (132,96,103). Sum of RGB (Red+Green+Blue) = 132+96+103=331 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.88% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 103 (40.62% from 255 or 31.12% from 331); Max value from RGB is 132 - color contains mainly: red. Hex color #846067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846067 is #7B9F98. Grayscale: #6B6B6B. Windows color (decimal): -8101785 or 6774916. OLE color: 6774916.

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

Color convert

RGB 132 96 103 -
CMYK 0 0.27 0.22 0.48
HSL 348.33º 0.16% 0.45% -
HSV(B) 348.33º 0.27% 0.52% -
XYZ 16.15 14.25 14.73 -
YUV 107.56 125.43 145.43 -
System Red Green Blue C M Y K H S L
Decimal 132 96 103 0 0.27 0.22 0.48 348.33 0.16 0.45
Hex 84 60 67 0 1B 16 30 15C 10 2D
Octal 204 140 147 0 33 26 60 534 20 55
Binary 10000100 1100000 1100111 0 11011 10110 110000 101011100 10000 101101

Color Harmonies of #846067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846067

Black with #846067

Text Example


Text Example

White with #846067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846067; }

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

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

background-color css

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

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

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

border-color css

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

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

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