#85656B

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

Shades of Mauve Taupe #85656B

Tints of Mauve Taupe #85656B

Color information

#85656B (or 0x85656B) is unknown color: approx Mauve Taupe. HEX triplet: 85, 65 and 6B. RGB value is (133,101,107). Sum of RGB (Red+Green+Blue) = 133+101+107=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 133 - color contains mainly: red. Hex color #85656B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85656B is #7A9A94. Grayscale: #6F6F6F. Windows color (decimal): -8034965 or 7038341. OLE color: 7038341.

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

Color convert

RGB133101107-
CMYK00.240.200.48
HSL348.75º13.68%45.88%-
HSV(B)348.75º24.06%52.16%-
XYZ16.9815.3615.98-
YUV111.25125.6143.51-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.00%
GREEN value IS 101 (39.84% from 255) = 29.62%
BLUE value IS 107 (42.19% from 255) = 31.38%
R=39.00%
G=29.62%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310110700.240.200.48348.7513.6845.88
Hex85656B018143015de2e
Octal20514515303024605351656
Binary1000010111001011101011011000101001100001010111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85656B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85656B; }

 p { color: rgb(133,101,107); }

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

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

 a { background-color: rgb(133,101,107); }

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

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

 span { border-color: rgb(133,101,107); }

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