Html Css Color HEX #835F6B Mauve Taupe

📋 copy color: '#835F6B'

red 131 ◦ green 95 ◦ blue 107

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

Shades of Mauve Taupe #835F6B

Tints of Mauve Taupe #835F6B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.53%

 BLUE value IS 107 (42.19% from 255) = 32.13%

R = 39.34%
G = 28.53%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#835F6B (or 0x835F6B) is known color: Mauve Taupe. HEX triplet: 83, 5F and 6B. RGB value is (131,95,107). Sum of RGB (Red+Green+Blue) = 131+95+107=333 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.34% from 333); Green value is 95 (37.5% from 255 or 28.53% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 131 - color contains mainly: red. Hex color #835F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835F6B is #7CA094. Grayscale: #6B6B6B. Windows color (decimal): -8167573 or 7036803. OLE color: 7036803.

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

Color convert

RGB 131 95 107 -
CMYK 0 0.27 0.18 0.49
HSL 340º 0.16% 0.44% -
HSV(B) 340º 0.27% 0.51% -
XYZ 16.11 14.07 15.78 -
YUV 107.13 127.93 145.02 -
System Red Green Blue C M Y K H S L
Decimal 131 95 107 0 0.27 0.18 0.49 340 0.16 0.44
Hex 83 5F 6B 0 1B 12 31 154 10 2C
Octal 203 137 153 0 33 22 61 524 20 54
Binary 10000011 1011111 1101011 0 11011 10010 110001 101010100 10000 101100

Color Harmonies of #835F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835F6B

Black with #835F6B

Text Example


Text Example

White with #835F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,95,107); }

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

background-color css

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

 a { background-color: rgb(131,95,107); }

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

border-color css

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

 span { border-color: rgb(131,95,107); }

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