Html Css Color HEX #836673 Mauve Taupe

📋 copy color: '#836673'

red 131 ◦ green 102 ◦ blue 115

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

Shades of Mauve Taupe #836673

Tints of Mauve Taupe #836673

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.31%

 BLUE value IS 115 (45.31% from 255) = 33.05%

R = 37.64%
G = 29.31%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#836673 (or 0x836673) is known color: Mauve Taupe. HEX triplet: 83, 66 and 73. RGB value is (131,102,115). Sum of RGB (Red+Green+Blue) = 131+102+115=348 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.64% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 115 (45.31% from 255 or 33.05% from 348); Max value from RGB is 131 - color contains mainly: red. Hex color #836673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836673 is #7C998C. Grayscale: #707070. Windows color (decimal): -8165773 or 7562883. OLE color: 7562883.

HSL color Cylindrical-coordinate representation of color #836673: hue angle of 333.1º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #836673 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 102 115 -
CMYK 0 0.22 0.12 0.49
HSL 333.1º 0.12% 0.46% -
HSV(B) 333.1º 0.22% 0.51% -
XYZ 17.21 15.57 18.32 -
YUV 112.15 129.61 141.44 -
System Red Green Blue C M Y K H S L
Decimal 131 102 115 0 0.22 0.12 0.49 333.1 0.12 0.46
Hex 83 66 73 0 16 C 31 14D C 2E
Octal 203 146 163 0 26 14 61 515 14 56
Binary 10000011 1100110 1110011 0 10110 1100 110001 101001101 1100 101110

Color Harmonies of #836673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836673

Black with #836673

Text Example


Text Example

White with #836673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836673; }

 p { color: rgb(131,102,115); }

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

background-color css

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

 a { background-color: rgb(131,102,115); }

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

border-color css

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

 span { border-color: rgb(131,102,115); }

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