Html Css Color HEX #856670 Mauve Taupe

📋 copy color: '#856670'

red 133 ◦ green 102 ◦ blue 112

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

Shades of Mauve Taupe #856670

Tints of Mauve Taupe #856670

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.39%

 BLUE value IS 112 (44.14% from 255) = 32.28%

R = 38.33%
G = 29.39%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#856670 (or 0x856670) is known color: Mauve Taupe. HEX triplet: 85, 66 and 70. RGB value is (133,102,112). Sum of RGB (Red+Green+Blue) = 133+102+112=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 133 - color contains mainly: red. Hex color #856670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856670 is #7A998F. Grayscale: #707070. Windows color (decimal): -8034704 or 7366277. OLE color: 7366277.

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

Color convert

RGB 133 102 112 -
CMYK 0 0.23 0.16 0.48
HSL 340.65º 0.13% 0.46% -
HSV(B) 340.65º 0.23% 0.52% -
XYZ 17.35 15.66 17.44 -
YUV 112.41 127.77 142.69 -
System Red Green Blue C M Y K H S L
Decimal 133 102 112 0 0.23 0.16 0.48 340.65 0.13 0.46
Hex 85 66 70 0 17 10 30 155 D 2E
Octal 205 146 160 0 27 20 60 525 15 56
Binary 10000101 1100110 1110000 0 10111 10000 110000 101010101 1101 101110

Color Harmonies of #856670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856670

Black with #856670

Text Example


Text Example

White with #856670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856670; }

 p { color: rgb(133,102,112); }

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

background-color css

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

 a { background-color: rgb(133,102,112); }

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

border-color css

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

 span { border-color: rgb(133,102,112); }

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