Html Css Color HEX #836370 Mauve Taupe

📋 copy color: '#836370'

red 131 ◦ green 99 ◦ blue 112

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

Shades of Mauve Taupe #836370

Tints of Mauve Taupe #836370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.75%

R = 38.3%
G = 28.95%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#836370 (or 0x836370) is known color: Mauve Taupe. HEX triplet: 83, 63 and 70. RGB value is (131,99,112). Sum of RGB (Red+Green+Blue) = 131+99+112=342 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.30% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 131 - color contains mainly: red. Hex color #836370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836370 is #7C9C8F. Grayscale: #6E6E6E. Windows color (decimal): -8166544 or 7365507. OLE color: 7365507.

HSL color Cylindrical-coordinate representation of color #836370: hue angle of 335.62º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #836370 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 99 112 -
CMYK 0 0.24 0.15 0.49
HSL 335.63º 0.14% 0.45% -
HSV(B) 335.63º 0.24% 0.51% -
XYZ 16.75 14.92 17.33 -
YUV 110.05 129.1 142.94 -
System Red Green Blue C M Y K H S L
Decimal 131 99 112 0 0.24 0.15 0.49 335.63 0.14 0.45
Hex 83 63 70 0 18 F 31 150 E 2D
Octal 203 143 160 0 30 17 61 520 16 55
Binary 10000011 1100011 1110000 0 11000 1111 110001 101010000 1110 101101

Color Harmonies of #836370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836370

Black with #836370

Text Example


Text Example

White with #836370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836370; }

 p { color: rgb(131,99,112); }

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

background-color css

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

 a { background-color: rgb(131,99,112); }

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

border-color css

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

 span { border-color: rgb(131,99,112); }

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