Html Css Color HEX #846369 Mauve Taupe

📋 copy color: '#846369'

red 132 ◦ green 99 ◦ blue 105

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

Shades of Mauve Taupe #846369

Tints of Mauve Taupe #846369

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.46%

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

R = 39.29%
G = 29.46%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#846369 (or 0x846369) is known color: Mauve Taupe. HEX triplet: 84, 63 and 69. RGB value is (132,99,105). Sum of RGB (Red+Green+Blue) = 132+99+105=336 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.29% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 105 (41.41% from 255 or 31.25% from 336); Max value from RGB is 132 - color contains mainly: red. Hex color #846369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846369 is #7B9C96. Grayscale: #6D6D6D. Windows color (decimal): -8101015 or 6906756. OLE color: 6906756.

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

Color convert

RGB 132 99 105 -
CMYK 0 0.25 0.20 0.48
HSL 349.09º 0.14% 0.45% -
HSV(B) 349.09º 0.25% 0.52% -
XYZ 16.53 14.85 15.36 -
YUV 109.55 125.43 144.01 -
System Red Green Blue C M Y K H S L
Decimal 132 99 105 0 0.25 0.20 0.48 349.09 0.14 0.45
Hex 84 63 69 0 19 14 30 15D E 2D
Octal 204 143 151 0 31 24 60 535 16 55
Binary 10000100 1100011 1101001 0 11001 10100 110000 101011101 1110 101101

Color Harmonies of #846369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846369

Black with #846369

Text Example


Text Example

White with #846369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846369; }

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

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

background-color css

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

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

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

border-color css

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

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

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