Html Css Color HEX #856163 Mauve Taupe

📋 copy color: '#856163'

red 133 ◦ green 97 ◦ blue 99

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

Shades of Mauve Taupe #856163

Tints of Mauve Taupe #856163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.09%

R = 40.43%
G = 29.48%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#856163 (or 0x856163) is known color: Mauve Taupe. HEX triplet: 85, 61 and 63. RGB value is (133,97,99). Sum of RGB (Red+Green+Blue) = 133+97+99=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 133 - color contains mainly: red. Hex color #856163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856163 is #7A9E9C. Grayscale: #6C6C6C. Windows color (decimal): -8035997 or 6513029. OLE color: 6513029.

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

Color convert

RGB 133 97 99 -
CMYK 0 0.27 0.26 0.48
HSL 356.67º 0.16% 0.45% -
HSV(B) 356.67º 0.27% 0.52% -
XYZ 16.2 14.44 13.74 -
YUV 107.99 122.93 145.84 -
System Red Green Blue C M Y K H S L
Decimal 133 97 99 0 0.27 0.26 0.48 356.67 0.16 0.45
Hex 85 61 63 0 1B 1A 30 165 10 2D
Octal 205 141 143 0 33 32 60 545 20 55
Binary 10000101 1100001 1100011 0 11011 11010 110000 101100101 10000 101101

Color Harmonies of #856163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856163

Black with #856163

Text Example


Text Example

White with #856163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856163; }

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

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

background-color css

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

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

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

border-color css

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

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

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