Html Css Color HEX #856066 Mauve Taupe

📋 copy color: '#856066'

red 133 ◦ green 96 ◦ blue 102

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

Shades of Mauve Taupe #856066

Tints of Mauve Taupe #856066

RGB

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

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

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

R = 40.18%
G = 29%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#856066 (or 0x856066) is known color: Mauve Taupe. HEX triplet: 85, 60 and 66. RGB value is (133,96,102). Sum of RGB (Red+Green+Blue) = 133+96+102=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 102 (40.23% from 255 or 30.82% from 331); Max value from RGB is 133 - color contains mainly: red. Hex color #856066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856066 is #7A9F99. Grayscale: #6B6B6B. Windows color (decimal): -8036250 or 6709381. OLE color: 6709381.

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

Color convert

RGB 133 96 102 -
CMYK 0 0.28 0.23 0.48
HSL 350.27º 0.16% 0.45% -
HSV(B) 350.27º 0.28% 0.52% -
XYZ 16.25 14.31 14.48 -
YUV 107.75 124.76 146.01 -
System Red Green Blue C M Y K H S L
Decimal 133 96 102 0 0.28 0.23 0.48 350.27 0.16 0.45
Hex 85 60 66 0 1C 17 30 15E 10 2D
Octal 205 140 146 0 34 27 60 536 20 55
Binary 10000101 1100000 1100110 0 11100 10111 110000 101011110 10000 101101

Color Harmonies of #856066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856066

Black with #856066

Text Example


Text Example

White with #856066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856066; }

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

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

background-color css

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

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

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

border-color css

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

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

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