Html Css Color HEX #856266 Mauve Taupe

📋 copy color: '#856266'

red 133 ◦ green 98 ◦ blue 102

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

Shades of Mauve Taupe #856266

Tints of Mauve Taupe #856266

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.43%

 BLUE value IS 102 (40.23% from 255) = 30.63%

R = 39.94%
G = 29.43%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#856266 (or 0x856266) is known color: Mauve Taupe. HEX triplet: 85, 62 and 66. RGB value is (133,98,102). Sum of RGB (Red+Green+Blue) = 133+98+102=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 133 - color contains mainly: red. Hex color #856266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856266 is #7A9D99. Grayscale: #6C6C6C. Windows color (decimal): -8035738 or 6709893. OLE color: 6709893.

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

Color convert

RGB 133 98 102 -
CMYK 0 0.26 0.23 0.48
HSL 353.14º 0.15% 0.45% -
HSV(B) 353.14º 0.26% 0.52% -
XYZ 16.44 14.68 14.54 -
YUV 108.92 124.1 145.17 -
System Red Green Blue C M Y K H S L
Decimal 133 98 102 0 0.26 0.23 0.48 353.14 0.15 0.45
Hex 85 62 66 0 1A 17 30 161 F 2D
Octal 205 142 146 0 32 27 60 541 17 55
Binary 10000101 1100010 1100110 0 11010 10111 110000 101100001 1111 101101

Color Harmonies of #856266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856266

Black with #856266

Text Example


Text Example

White with #856266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856266; }

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

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

background-color css

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

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

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

border-color css

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

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

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