Html Css Color HEX #856369 Mauve Taupe

📋 copy color: '#856369'

red 133 ◦ green 99 ◦ blue 105

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

Shades of Mauve Taupe #856369

Tints of Mauve Taupe #856369

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.38%

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

R = 39.47%
G = 29.38%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#856369 (or 0x856369) is known color: Mauve Taupe. HEX triplet: 85, 63 and 69. RGB value is (133,99,105). Sum of RGB (Red+Green+Blue) = 133+99+105=337 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.47% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 133 - color contains mainly: red. Hex color #856369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856369 is #7A9C96. Grayscale: #6D6D6D. Windows color (decimal): -8035479 or 6906757. OLE color: 6906757.

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

Color convert

RGB 133 99 105 -
CMYK 0 0.26 0.21 0.48
HSL 349.41º 0.15% 0.45% -
HSV(B) 349.41º 0.26% 0.52% -
XYZ 16.68 14.93 15.37 -
YUV 109.85 125.26 144.51 -
System Red Green Blue C M Y K H S L
Decimal 133 99 105 0 0.26 0.21 0.48 349.41 0.15 0.45
Hex 85 63 69 0 1A 15 30 15D F 2D
Octal 205 143 151 0 32 25 60 535 17 55
Binary 10000101 1100011 1101001 0 11010 10101 110000 101011101 1111 101101

Color Harmonies of #856369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856369

Black with #856369

Text Example


Text Example

White with #856369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856369; }

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

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

background-color css

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

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

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

border-color css

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

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

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