Html Css Color HEX #846063 Mauve Taupe

📋 copy color: '#846063'

red 132 ◦ green 96 ◦ blue 99

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

Shades of Mauve Taupe #846063

Tints of Mauve Taupe #846063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.28%

R = 40.37%
G = 29.36%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#846063 (or 0x846063) is known color: Mauve Taupe. HEX triplet: 84, 60 and 63. RGB value is (132,96,99). Sum of RGB (Red+Green+Blue) = 132+96+99=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 99 (39.06% from 255 or 30.28% from 327); Max value from RGB is 132 - color contains mainly: red. Hex color #846063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846063 is #7B9F9C. Grayscale: #6B6B6B. Windows color (decimal): -8101789 or 6512772. OLE color: 6512772.

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

Color convert

RGB 132 96 99 -
CMYK 0 0.27 0.25 0.48
HSL 355º 0.16% 0.45% -
HSV(B) 355º 0.27% 0.52% -
XYZ 15.95 14.17 13.7 -
YUV 107.11 123.43 145.76 -
System Red Green Blue C M Y K H S L
Decimal 132 96 99 0 0.27 0.25 0.48 355 0.16 0.45
Hex 84 60 63 0 1B 19 30 163 10 2D
Octal 204 140 143 0 33 31 60 543 20 55
Binary 10000100 1100000 1100011 0 11011 11001 110000 101100011 10000 101101

Color Harmonies of #846063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846063

Black with #846063

Text Example


Text Example

White with #846063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846063; }

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

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

background-color css

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

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

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

border-color css

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

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

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