#856067

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

Shades of Mauve Taupe #856067

Tints of Mauve Taupe #856067

Color information

#856067 (or 0x856067) is unknown color: approx Mauve Taupe. HEX triplet: 85, 60 and 67. RGB value is (133,96,103). Sum of RGB (Red+Green+Blue) = 133+96+103=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 103 (40.62% from 255 or 31.02% from 332); Max value from RGB is 133 - color contains mainly: red. Hex color #856067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856067 is #7A9F98. Grayscale: #6B6B6B. Windows color (decimal): -8036249 or 6774917. OLE color: 6774917.

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

Color convert

RGB13396103-
CMYK00.280.230.48
HSL348.65º16.16%44.9%-
HSV(B)348.65º27.82%52.16%-
XYZ16.314.3314.74-
YUV107.86125.26145.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.06%
GREEN value IS 96 (37.89% from 255) = 28.92%
BLUE value IS 103 (40.62% from 255) = 31.02%
R=40.06%
G=28.92%
B=31.02%

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
Decimal1339610300.280.230.48348.6516.1644.9
Hex85606701C173015d102d
Octal20514014703427605352055
Binary10000101110000011001110111001011111000010101110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856067; }

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

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

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

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

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

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

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

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