Html Css Color HEX #835D65 Mauve Taupe

📋 copy color: '#835D65'

red 131 ◦ green 93 ◦ blue 101

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

Shades of Mauve Taupe #835D65

Tints of Mauve Taupe #835D65

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.62%

 BLUE value IS 101 (39.84% from 255) = 31.08%

R = 40.31%
G = 28.62%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#835D65 (or 0x835D65) is known color: Mauve Taupe. HEX triplet: 83, 5D and 65. RGB value is (131,93,101). Sum of RGB (Red+Green+Blue) = 131+93+101=325 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.31% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 131 - color contains mainly: red. Hex color #835D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835D65 is #7CA29A. Grayscale: #696969. Windows color (decimal): -8168091 or 6643075. OLE color: 6643075.

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

Color convert

RGB 131 93 101 -
CMYK 0 0.29 0.23 0.49
HSL 347.37º 0.17% 0.44% -
HSV(B) 347.37º 0.29% 0.51% -
XYZ 15.62 13.59 14.11 -
YUV 105.27 125.59 146.35 -
System Red Green Blue C M Y K H S L
Decimal 131 93 101 0 0.29 0.23 0.49 347.37 0.17 0.44
Hex 83 5D 65 0 1D 17 31 15B 11 2C
Octal 203 135 145 0 35 27 61 533 21 54
Binary 10000011 1011101 1100101 0 11101 10111 110001 101011011 10001 101100

Color Harmonies of #835D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835D65

Black with #835D65

Text Example


Text Example

White with #835D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,93,101); }

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

background-color css

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

 a { background-color: rgb(131,93,101); }

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

border-color css

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

 span { border-color: rgb(131,93,101); }

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