Html Css Color HEX #856168 Mauve Taupe

📋 copy color: '#856168'

red 133 ◦ green 97 ◦ blue 104

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

Shades of Mauve Taupe #856168

Tints of Mauve Taupe #856168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.14%

R = 39.82%
G = 29.04%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#856168 (or 0x856168) is known color: Mauve Taupe. HEX triplet: 85, 61 and 68. RGB value is (133,97,104). Sum of RGB (Red+Green+Blue) = 133+97+104=334 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.82% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 133 - color contains mainly: red. Hex color #856168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856168 is #7A9E97. Grayscale: #6C6C6C. Windows color (decimal): -8035992 or 6840709. OLE color: 6840709.

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

Color convert

RGB 133 97 104 -
CMYK 0 0.27 0.22 0.48
HSL 348.33º 0.16% 0.45% -
HSV(B) 348.33º 0.27% 0.52% -
XYZ 16.45 14.54 15.04 -
YUV 108.56 125.43 145.43 -
System Red Green Blue C M Y K H S L
Decimal 133 97 104 0 0.27 0.22 0.48 348.33 0.16 0.45
Hex 85 61 68 0 1B 16 30 15C 10 2D
Octal 205 141 150 0 33 26 60 534 20 55
Binary 10000101 1100001 1101000 0 11011 10110 110000 101011100 10000 101101

Color Harmonies of #856168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856168

Black with #856168

Text Example


Text Example

White with #856168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856168; }

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

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

background-color css

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

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

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

border-color css

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

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

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