#856367

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

Shades of Mauve Taupe #856367

Tints of Mauve Taupe #856367

Color information

#856367 (or 0x856367) is unknown color: approx Mauve Taupe. HEX triplet: 85, 63 and 67. RGB value is (133,99,103). Sum of RGB (Red+Green+Blue) = 133+99+103=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 103 (40.62% from 255 or 30.75% from 335); Max value from RGB is 133 - color contains mainly: red. Hex color #856367 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856367 is #7A9C98. Grayscale: #6D6D6D. Windows color (decimal): -8035481 or 6775685. OLE color: 6775685.

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

Color convert

RGB13399103-
CMYK00.260.230.48
HSL352.94º14.66%45.49%-
HSV(B)352.94º25.56%52.16%-
XYZ16.5814.8914.83-
YUV109.62124.26144.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.70%
GREEN value IS 99 (39.06% from 255) = 29.55%
BLUE value IS 103 (40.62% from 255) = 30.75%
R=39.70%
G=29.55%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339910300.260.230.48352.9414.6645.49
Hex85636701A1730161f2d
Octal20514314703227605411755
Binary1000010111000111100111011010101111100001011000011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856367; }

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

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

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

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

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

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

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

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