Html Css Color HEX #856167 Mauve Taupe

📋 copy color: '#856167'

red 133 ◦ green 97 ◦ blue 103

#856167
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve Taupe #856167

Tints of Mauve Taupe #856167

RGB

 RED value IS 133 (52.34% from 255) = 39.94%

 GREEN value IS 97 (38.28% from 255) = 29.13%

 BLUE value IS 103 (40.63% from 255) = 30.93%

R = 39.94%
G = 29.13%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#856167 (or 0x856167) is known color: Mauve Taupe. HEX triplet: 85, 61 and 67. RGB value is (133,97,103). Sum of RGB (Red+Green+Blue) = 133+97+103=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 103 (40.62% from 255 or 30.93% from 333); Max value from RGB is 133 - color contains mainly: red. Hex color #856167 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856167 is #7A9E98. Grayscale: #6C6C6C. Windows color (decimal): -8035993 or 6775173. OLE color: 6775173.

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

Color convert

RGB 133 97 103 -
CMYK 0 0.27 0.23 0.48
HSL 350º 0.16% 0.45% -
HSV(B) 350º 0.27% 0.52% -
XYZ 16.4 14.52 14.77 -
YUV 108.45 124.93 145.51 -
System Red Green Blue C M Y K H S L
Decimal 133 97 103 0 0.27 0.23 0.48 350 0.16 0.45
Hex 85 61 67 0 1B 17 30 15E 10 2D
Octal 205 141 147 0 33 27 60 536 20 55
Binary 10000101 1100001 1100111 0 11011 10111 110000 101011110 10000 101101

Color Harmonies of #856167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856167

Black with #856167

Text Example


Text Example

White with #856167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856167; }

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

 H1.HeaderClassName
 {
   color: #856167;
 }
 .AnyTagClassName
 {
   color: #856167;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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