Html Css Color HEX #835C6E Mauve Taupe

📋 copy color: '#835C6E'

red 131 ◦ green 92 ◦ blue 110

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

Shades of Mauve Taupe #835C6E

Tints of Mauve Taupe #835C6E

RGB

 RED value IS 131 (51.56% from 255) = 39.34%

 GREEN value IS 92 (36.33% from 255) = 27.63%

 BLUE value IS 110 (43.36% from 255) = 33.03%

R = 39.34%
G = 27.63%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#835C6E (or 0x835C6E) is known color: Mauve Taupe. HEX triplet: 83, 5C and 6E. RGB value is (131,92,110). Sum of RGB (Red+Green+Blue) = 131+92+110=333 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.34% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 131 - color contains mainly: red. Hex color #835C6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835C6E is #7CA391. Grayscale: #696969. Windows color (decimal): -8168338 or 7232643. OLE color: 7232643.

HSL color Cylindrical-coordinate representation of color #835C6E: hue angle of 332.31º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #835C6E is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 92 110 -
CMYK 0 0.30 0.16 0.49
HSL 332.31º 0.17% 0.44% -
HSV(B) 332.31º 0.3% 0.51% -
XYZ 16 13.61 16.53 -
YUV 105.71 130.42 146.04 -
System Red Green Blue C M Y K H S L
Decimal 131 92 110 0 0.30 0.16 0.49 332.31 0.17 0.44
Hex 83 5C 6E 0 1E 10 31 14C 11 2C
Octal 203 134 156 0 36 20 61 514 21 54
Binary 10000011 1011100 1101110 0 11110 10000 110001 101001100 10001 101100

Color Harmonies of #835C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835C6E

Black with #835C6E

Text Example


Text Example

White with #835C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835C6E; }

 p { color: rgb(131,92,110); }

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

background-color css

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

 a { background-color: rgb(131,92,110); }

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

border-color css

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

 span { border-color: rgb(131,92,110); }

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