Html Css Color HEX #856165 Mauve Taupe

📋 copy color: '#856165'

red 133 ◦ green 97 ◦ blue 101

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

Shades of Mauve Taupe #856165

Tints of Mauve Taupe #856165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.51%

R = 40.18%
G = 29.31%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#856165 (or 0x856165) is known color: Mauve Taupe. HEX triplet: 85, 61 and 65. RGB value is (133,97,101). Sum of RGB (Red+Green+Blue) = 133+97+101=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 101 (39.84% from 255 or 30.51% from 331); Max value from RGB is 133 - color contains mainly: red. Hex color #856165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856165 is #7A9E9A. Grayscale: #6C6C6C. Windows color (decimal): -8035995 or 6644101. OLE color: 6644101.

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

Color convert

RGB 133 97 101 -
CMYK 0 0.27 0.24 0.48
HSL 353.33º 0.16% 0.45% -
HSV(B) 353.33º 0.27% 0.52% -
XYZ 16.3 14.48 14.25 -
YUV 108.22 123.93 145.67 -
System Red Green Blue C M Y K H S L
Decimal 133 97 101 0 0.27 0.24 0.48 353.33 0.16 0.45
Hex 85 61 65 0 1B 18 30 161 10 2D
Octal 205 141 145 0 33 30 60 541 20 55
Binary 10000101 1100001 1100101 0 11011 11000 110000 101100001 10000 101101

Color Harmonies of #856165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856165

Black with #856165

Text Example


Text Example

White with #856165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856165; }

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

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

background-color css

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

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

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

border-color css

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

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

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