#846269

Color #846269 Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #846269

Tints of Mauve Taupe #846269

Color information

#846269 (or 0x846269) is unknown color: approx Mauve Taupe. HEX triplet: 84, 62 and 69. RGB value is (132,98,105). Sum of RGB (Red+Green+Blue) = 132+98+105=335 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.40% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 105 (41.41% from 255 or 31.34% from 335); Max value from RGB is 132 - color contains mainly: red. Hex color #846269 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846269 is #7B9D96. Grayscale: #6C6C6C. Windows color (decimal): -8101271 or 6906500. OLE color: 6906500.

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

Color convert

RGB13298105-
CMYK00.260.200.48
HSL347.65º14.78%45.1%-
HSV(B)347.65º25.76%51.76%-
XYZ16.4314.6615.33-
YUV108.96125.76144.43-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.40%
GREEN value IS 98 (38.67% from 255) = 29.25%
BLUE value IS 105 (41.41% from 255) = 31.34%
R=39.40%
G=29.25%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329810500.260.200.48347.6514.7845.1
Hex84626901A143015cf2d
Octal20414215103224605341755
Binary1000010011000101101001011010101001100001010111001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846269; }

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

 H1.HeaderClassName
 {
   color: #846269;
 }
 .AnyTagClassName
 {
   color: #846269;
 }
</style>
background-color css

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

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

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

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

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

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