#856469

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

Shades of Mauve Taupe #856469

Tints of Mauve Taupe #856469

Color information

#856469 (or 0x856469) is unknown color: approx Mauve Taupe. HEX triplet: 85, 64 and 69. RGB value is (133,100,105). Sum of RGB (Red+Green+Blue) = 133+100+105=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 105 (41.41% from 255 or 31.07% from 338); Max value from RGB is 133 - color contains mainly: red. Hex color #856469 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856469 is #7A9B96. Grayscale: #6E6E6E. Windows color (decimal): -8035223 or 6907013. OLE color: 6907013.

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

Color convert

RGB133100105-
CMYK00.250.210.48
HSL350.91º14.16%45.69%-
HSV(B)350.91º24.81%52.16%-
XYZ16.7815.1215.4-
YUV110.44124.93144.09-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.35%
GREEN value IS 100 (39.45% from 255) = 29.59%
BLUE value IS 105 (41.41% from 255) = 31.07%
R=39.35%
G=29.59%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310010500.250.210.48350.9114.1645.69
Hex856469019153015fe2e
Octal20514415103125605371656
Binary1000010111001001101001011001101011100001010111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856469; }

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

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

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

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

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

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

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

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