Html Css Color HEX #856064 Mauve Taupe

📋 copy color: '#856064'

red 133 ◦ green 96 ◦ blue 100

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

Shades of Mauve Taupe #856064

Tints of Mauve Taupe #856064

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.18%

 BLUE value IS 100 (39.45% from 255) = 30.4%

R = 40.43%
G = 29.18%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#856064 (or 0x856064) is known color: Mauve Taupe. HEX triplet: 85, 60 and 64. RGB value is (133,96,100). Sum of RGB (Red+Green+Blue) = 133+96+100=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 100 (39.45% from 255 or 30.40% from 329); Max value from RGB is 133 - color contains mainly: red. Hex color #856064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856064 is #7A9F9B. Grayscale: #6B6B6B. Windows color (decimal): -8036252 or 6578309. OLE color: 6578309.

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

Color convert

RGB 133 96 100 -
CMYK 0 0.28 0.25 0.48
HSL 353.51º 0.16% 0.45% -
HSV(B) 353.51º 0.28% 0.52% -
XYZ 16.16 14.27 13.96 -
YUV 107.52 123.76 146.17 -
System Red Green Blue C M Y K H S L
Decimal 133 96 100 0 0.28 0.25 0.48 353.51 0.16 0.45
Hex 85 60 64 0 1C 19 30 162 10 2D
Octal 205 140 144 0 34 31 60 542 20 55
Binary 10000101 1100000 1100100 0 11100 11001 110000 101100010 10000 101101

Color Harmonies of #856064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856064

Black with #856064

Text Example


Text Example

White with #856064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856064; }

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

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

background-color css

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

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

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

border-color css

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

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

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