Html Css Color HEX #856469 Mauve Taupe

📋 copy color: '#856469'

red 133 ◦ green 100 ◦ blue 105

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

Shades of Mauve Taupe #856469

Tints of Mauve Taupe #856469

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.59%

 BLUE value IS 105 (41.41% from 255) = 31.07%

R = 39.35%
G = 29.59%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#856469 (or 0x856469) is known color: Mauve Taupe. HEX triplet: 85, 64 and 69. RGB value is (133,100,105). Sum of RGB (Red+Green+Blue) = 133+100+105=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 105 (41.41% from 255 or 31.07% from 338); Max value from RGB is 133 - color contains mainly: red. Hex color #856469 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856469 is #7A9B96. Grayscale: #6E6E6E. Windows color (decimal): -8035223 or 6907013. OLE color: 6907013.

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

Color convert

RGB 133 100 105 -
CMYK 0 0.25 0.21 0.48
HSL 350.91º 0.14% 0.46% -
HSV(B) 350.91º 0.25% 0.52% -
XYZ 16.78 15.12 15.4 -
YUV 110.44 124.93 144.09 -
System Red Green Blue C M Y K H S L
Decimal 133 100 105 0 0.25 0.21 0.48 350.91 0.14 0.46
Hex 85 64 69 0 19 15 30 15F E 2E
Octal 205 144 151 0 31 25 60 537 16 56
Binary 10000101 1100100 1101001 0 11001 10101 110000 101011111 1110 101110

Color Harmonies of #856469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856469

Black with #856469

Text Example


Text Example

White with #856469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856469; }

 p { color: rgb(133,100,105); }

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

background-color css

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

 a { background-color: rgb(133,100,105); }

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

border-color css

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

 span { border-color: rgb(133,100,105); }

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