Html Css Color HEX #835D69 Mauve Taupe

📋 copy color: '#835D69'

red 131 ◦ green 93 ◦ blue 105

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

Shades of Mauve Taupe #835D69

Tints of Mauve Taupe #835D69

RGB

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

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

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

R = 39.82%
G = 28.27%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.20

 K value IS 0.49

RGB Variations

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

Color information

#835D69 (or 0x835D69) is known color: Mauve Taupe. HEX triplet: 83, 5D and 69. RGB value is (131,93,105). Sum of RGB (Red+Green+Blue) = 131+93+105=329 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.82% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 131 - color contains mainly: red. Hex color #835D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835D69 is #7CA296. Grayscale: #696969. Windows color (decimal): -8168087 or 6905219. OLE color: 6905219.

HSL color Cylindrical-coordinate representation of color #835D69: hue angle of 341.05º 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 #835D69 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 93 105 -
CMYK 0 0.29 0.20 0.49
HSL 341.05º 0.17% 0.44% -
HSV(B) 341.05º 0.29% 0.51% -
XYZ 15.82 13.67 15.17 -
YUV 105.73 127.59 146.02 -
System Red Green Blue C M Y K H S L
Decimal 131 93 105 0 0.29 0.20 0.49 341.05 0.17 0.44
Hex 83 5D 69 0 1D 14 31 155 11 2C
Octal 203 135 151 0 35 24 61 525 21 54
Binary 10000011 1011101 1101001 0 11101 10100 110001 101010101 10001 101100

Color Harmonies of #835D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835D69

Black with #835D69

Text Example


Text Example

White with #835D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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