Html Css Color HEX #856366 Mauve Taupe

📋 copy color: '#856366'

red 133 ◦ green 99 ◦ blue 102

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

Shades of Mauve Taupe #856366

Tints of Mauve Taupe #856366

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.64%

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

R = 39.82%
G = 29.64%
B = 30.54%

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

#856366 (or 0x856366) is known color: Mauve Taupe. HEX triplet: 85, 63 and 66. RGB value is (133,99,102). Sum of RGB (Red+Green+Blue) = 133+99+102=334 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.82% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 102 (40.23% from 255 or 30.54% from 334); Max value from RGB is 133 - color contains mainly: red. Hex color #856366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856366 is #7A9C99. Grayscale: #6D6D6D. Windows color (decimal): -8035482 or 6710149. OLE color: 6710149.

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

Color convert

RGB 133 99 102 -
CMYK 0 0.26 0.23 0.48
HSL 354.71º 0.15% 0.45% -
HSV(B) 354.71º 0.26% 0.52% -
XYZ 16.53 14.87 14.57 -
YUV 109.51 123.76 144.76 -
System Red Green Blue C M Y K H S L
Decimal 133 99 102 0 0.26 0.23 0.48 354.71 0.15 0.45
Hex 85 63 66 0 1A 17 30 163 F 2D
Octal 205 143 146 0 32 27 60 543 17 55
Binary 10000101 1100011 1100110 0 11010 10111 110000 101100011 1111 101101

Color Harmonies of #856366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856366

Black with #856366

Text Example


Text Example

White with #856366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856366; }

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

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

background-color css

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

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

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

border-color css

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

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

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