Html Css Color HEX #856063 Mauve Taupe

📋 copy color: '#856063'

red 133 ◦ green 96 ◦ blue 99

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

Shades of Mauve Taupe #856063

Tints of Mauve Taupe #856063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.18%

R = 40.55%
G = 29.27%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#856063 (or 0x856063) is known color: Mauve Taupe. HEX triplet: 85, 60 and 63. RGB value is (133,96,99). Sum of RGB (Red+Green+Blue) = 133+96+99=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 99 (39.06% from 255 or 30.18% from 328); Max value from RGB is 133 - color contains mainly: red. Hex color #856063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856063 is #7A9F9C. Grayscale: #6B6B6B. Windows color (decimal): -8036253 or 6512773. OLE color: 6512773.

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

Color convert

RGB 133 96 99 -
CMYK 0 0.28 0.26 0.48
HSL 355.14º 0.16% 0.45% -
HSV(B) 355.14º 0.28% 0.52% -
XYZ 16.11 14.25 13.71 -
YUV 107.41 123.26 146.26 -
System Red Green Blue C M Y K H S L
Decimal 133 96 99 0 0.28 0.26 0.48 355.14 0.16 0.45
Hex 85 60 63 0 1C 1A 30 163 10 2D
Octal 205 140 143 0 34 32 60 543 20 55
Binary 10000101 1100000 1100011 0 11100 11010 110000 101100011 10000 101101

Color Harmonies of #856063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856063

Black with #856063

Text Example


Text Example

White with #856063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856063; }

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

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

background-color css

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

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

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

border-color css

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

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

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