Html Css Color HEX #846469 Mauve Taupe

📋 copy color: '#846469'

red 132 ◦ green 100 ◦ blue 105

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

Shades of Mauve Taupe #846469

Tints of Mauve Taupe #846469

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.67%

 BLUE value IS 105 (41.41% from 255) = 31.16%

R = 39.17%
G = 29.67%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#846469 (or 0x846469) is known color: Mauve Taupe. HEX triplet: 84, 64 and 69. RGB value is (132,100,105). Sum of RGB (Red+Green+Blue) = 132+100+105=337 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.17% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 132 - color contains mainly: red. Hex color #846469 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846469 is #7B9B96. Grayscale: #6E6E6E. Windows color (decimal): -8100759 or 6907012. OLE color: 6907012.

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

Color convert

RGB 132 100 105 -
CMYK 0 0.24 0.20 0.48
HSL 350.63º 0.14% 0.45% -
HSV(B) 350.63º 0.24% 0.52% -
XYZ 16.62 15.04 15.39 -
YUV 110.14 125.1 143.59 -
System Red Green Blue C M Y K H S L
Decimal 132 100 105 0 0.24 0.20 0.48 350.63 0.14 0.45
Hex 84 64 69 0 18 14 30 15F E 2D
Octal 204 144 151 0 30 24 60 537 16 55
Binary 10000100 1100100 1101001 0 11000 10100 110000 101011111 1110 101101

Color Harmonies of #846469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846469

Black with #846469

Text Example


Text Example

White with #846469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846469; }

 p { color: rgb(132,100,105); }

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

background-color css

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

 a { background-color: rgb(132,100,105); }

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

border-color css

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

 span { border-color: rgb(132,100,105); }

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