Html Css Color HEX #856067 Mauve Taupe

📋 copy color: '#856067'

red 133 ◦ green 96 ◦ blue 103

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

Shades of Mauve Taupe #856067

Tints of Mauve Taupe #856067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 31.02%

R = 40.06%
G = 28.92%
B = 31.02%

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

#856067 (or 0x856067) is known color: Mauve Taupe. HEX triplet: 85, 60 and 67. RGB value is (133,96,103). Sum of RGB (Red+Green+Blue) = 133+96+103=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 103 (40.62% from 255 or 31.02% from 332); Max value from RGB is 133 - color contains mainly: red. Hex color #856067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856067 is #7A9F98. Grayscale: #6B6B6B. Windows color (decimal): -8036249 or 6774917. OLE color: 6774917.

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

Color convert

RGB 133 96 103 -
CMYK 0 0.28 0.23 0.48
HSL 348.65º 0.16% 0.45% -
HSV(B) 348.65º 0.28% 0.52% -
XYZ 16.3 14.33 14.74 -
YUV 107.86 125.26 145.93 -
System Red Green Blue C M Y K H S L
Decimal 133 96 103 0 0.28 0.23 0.48 348.65 0.16 0.45
Hex 85 60 67 0 1C 17 30 15D 10 2D
Octal 205 140 147 0 34 27 60 535 20 55
Binary 10000101 1100000 1100111 0 11100 10111 110000 101011101 10000 101101

Color Harmonies of #856067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856067

Black with #856067

Text Example


Text Example

White with #856067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856067; }

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

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

background-color css

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

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

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

border-color css

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

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

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