Html Css Color HEX #83666E Mauve Taupe

📋 copy color: '#83666E'

red 131 ◦ green 102 ◦ blue 110

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

Shades of Mauve Taupe #83666E

Tints of Mauve Taupe #83666E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.07%

R = 38.19%
G = 29.74%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#83666E (or 0x83666E) is known color: Mauve Taupe. HEX triplet: 83, 66 and 6E. RGB value is (131,102,110). Sum of RGB (Red+Green+Blue) = 131+102+110=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 131 - color contains mainly: red. Hex color #83666E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83666E is #7C9991. Grayscale: #6F6F6F. Windows color (decimal): -8165778 or 7235203. OLE color: 7235203.

HSL color Cylindrical-coordinate representation of color #83666E: hue angle of 343.45º 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 #83666E is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 102 110 -
CMYK 0 0.22 0.16 0.49
HSL 343.45º 0.12% 0.46% -
HSV(B) 343.45º 0.22% 0.51% -
XYZ 16.93 15.45 16.84 -
YUV 111.58 127.11 141.85 -
System Red Green Blue C M Y K H S L
Decimal 131 102 110 0 0.22 0.16 0.49 343.45 0.12 0.46
Hex 83 66 6E 0 16 10 31 157 C 2E
Octal 203 146 156 0 26 20 61 527 14 56
Binary 10000011 1100110 1101110 0 10110 10000 110001 101010111 1100 101110

Color Harmonies of #83666E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83666E

Black with #83666E

Text Example


Text Example

White with #83666E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83666E; }

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

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

background-color css

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

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

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

border-color css

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

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

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