#856975

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

Shades of Mauve Taupe #856975

Tints of Mauve Taupe #856975

Color information

#856975 (or 0x856975) is unknown color: approx Mauve Taupe. HEX triplet: 85, 69 and 75. RGB value is (133,105,117). Sum of RGB (Red+Green+Blue) = 133+105+117=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 133 - color contains mainly: red. Hex color #856975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856975 is #7A968A. Grayscale: #727272. Windows color (decimal): -8033931 or 7694725. OLE color: 7694725.

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

Color convert

RGB133105117-
CMYK00.210.120.48
HSL334.29º11.76%46.67%-
HSV(B)334.29º21.05%52.16%-
XYZ17.9416.3719.04-
YUV114.74129.28141.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.46%
GREEN value IS 105 (41.41% from 255) = 29.58%
BLUE value IS 117 (46.09% from 255) = 32.96%
R=37.46%
G=29.58%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310511700.210.120.48334.2911.7646.67
Hex856975015C3014ec2f
Octal20515116502514605161457
Binary100001011101001111010101010111001100001010011101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856975; }

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

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

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

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

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

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

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

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