Html Css Color HEX #836570 Mauve Taupe

📋 copy color: '#836570'

red 131 ◦ green 101 ◦ blue 112

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

Shades of Mauve Taupe #836570

Tints of Mauve Taupe #836570

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.36%

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

R = 38.08%
G = 29.36%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#836570 (or 0x836570) is known color: Mauve Taupe. HEX triplet: 83, 65 and 70. RGB value is (131,101,112). Sum of RGB (Red+Green+Blue) = 131+101+112=344 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.08% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 112 (44.14% from 255 or 32.56% from 344); Max value from RGB is 131 - color contains mainly: red. Hex color #836570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836570 is #7C9A8F. Grayscale: #6F6F6F. Windows color (decimal): -8166032 or 7366019. OLE color: 7366019.

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

Color convert

RGB 131 101 112 -
CMYK 0 0.23 0.15 0.49
HSL 338º 0.13% 0.45% -
HSV(B) 338º 0.23% 0.51% -
XYZ 16.94 15.3 17.39 -
YUV 111.22 128.44 142.11 -
System Red Green Blue C M Y K H S L
Decimal 131 101 112 0 0.23 0.15 0.49 338 0.13 0.45
Hex 83 65 70 0 17 F 31 152 D 2D
Octal 203 145 160 0 27 17 61 522 15 55
Binary 10000011 1100101 1110000 0 10111 1111 110001 101010010 1101 101101

Color Harmonies of #836570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836570

Black with #836570

Text Example


Text Example

White with #836570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836570; }

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

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

background-color css

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

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

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

border-color css

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

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

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