#856066

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

Shades of Mauve Taupe #856066

Tints of Mauve Taupe #856066

Color information

#856066 (or 0x856066) is unknown color: approx Mauve Taupe. HEX triplet: 85, 60 and 66. RGB value is (133,96,102). Sum of RGB (Red+Green+Blue) = 133+96+102=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 102 (40.23% from 255 or 30.82% from 331); Max value from RGB is 133 - color contains mainly: red. Hex color #856066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856066 is #7A9F99. Grayscale: #6B6B6B. Windows color (decimal): -8036250 or 6709381. OLE color: 6709381.

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

Color convert

RGB13396102-
CMYK00.280.230.48
HSL350.27º16.16%44.9%-
HSV(B)350.27º27.82%52.16%-
XYZ16.2514.3114.48-
YUV107.75124.76146.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.18%
GREEN value IS 96 (37.89% from 255) = 29.00%
BLUE value IS 102 (40.23% from 255) = 30.82%
R=40.18%
G=29.00%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339610200.280.230.48350.2716.1644.9
Hex85606601C173015e102d
Octal20514014603427605362055
Binary10000101110000011001100111001011111000010101111010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856066; }

 p { color: rgb(133,96,102); }

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

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

 a { background-color: rgb(133,96,102); }

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

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

 span { border-color: rgb(133,96,102); }

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