Html Css Color HEX #846268 Mauve Taupe

📋 copy color: '#846268'

red 132 ◦ green 98 ◦ blue 104

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

Shades of Mauve Taupe #846268

Tints of Mauve Taupe #846268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.14%

R = 39.52%
G = 29.34%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#846268 (or 0x846268) is known color: Mauve Taupe. HEX triplet: 84, 62 and 68. RGB value is (132,98,104). Sum of RGB (Red+Green+Blue) = 132+98+104=334 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.52% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 132 - color contains mainly: red. Hex color #846268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846268 is #7B9D97. Grayscale: #6C6C6C. Windows color (decimal): -8101272 or 6840964. OLE color: 6840964.

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

Color convert

RGB 132 98 104 -
CMYK 0 0.26 0.21 0.48
HSL 349.41º 0.15% 0.45% -
HSV(B) 349.41º 0.26% 0.52% -
XYZ 16.38 14.64 15.06 -
YUV 108.85 125.26 144.51 -
System Red Green Blue C M Y K H S L
Decimal 132 98 104 0 0.26 0.21 0.48 349.41 0.15 0.45
Hex 84 62 68 0 1A 15 30 15D F 2D
Octal 204 142 150 0 32 25 60 535 17 55
Binary 10000100 1100010 1101000 0 11010 10101 110000 101011101 1111 101101

Color Harmonies of #846268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846268

Black with #846268

Text Example


Text Example

White with #846268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846268; }

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

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

background-color css

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

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

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

border-color css

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

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

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